Html Css Color HEX #344E01 Turtle Green

📋 copy color: '#344E01'

red 52 ◦ green 78 ◦ blue 1

#344E01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #344E01

Tints of Turtle Green #344E01

RGB

 RED value IS 52 (20.7% from 255) = 39.69%

 GREEN value IS 78 (30.86% from 255) = 59.54%

 BLUE value IS 1 (0.78% from 255) = 0.76%

R = 39.69%
G = 59.54%
B = 0.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#344E01 (or 0x344E01) is known color: Turtle Green. HEX triplet: 34, 4E and 01. RGB value is (52,78,1). Sum of RGB (Red+Green+Blue) = 52+78+1=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 78 (30.86% from 255 or 59.54% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 78 - color contains mainly: green. Hex color #344E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344E01 is #CBB1FE. Grayscale: #3D3D3D. Windows color (decimal): -13349375 or 85556. OLE color: 85556.

HSL color Cylindrical-coordinate representation of color #344E01: hue angle of 80.26º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #344E01 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 78 1 -
CMYK 0.33 0 0.99 0.69
HSL 80.26º 0.97% 0.15% -
HSV(B) 80.26º 0.99% 0.31% -
XYZ 4.15 6.18 1 -
YUV 61.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 52 78 1 0.33 0 0.99 0.69 80.26 0.97 0.15
Hex 34 4E 1 21 0 63 45 50 61 F
Octal 64 116 1 41 0 143 105 120 141 17
Binary 110100 1001110 1 100001 0 1100011 1000101 1010000 1100001 1111

Color Harmonies of #344E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344E01

Black with #344E01

Text Example


Text Example

White with #344E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344E01; }

 p { color: rgb(52,78,1); }

 H1.HeaderClassName
 {
   color: #344E01;
 }
 .AnyTagClassName
 {
   color: #344E01;
 }
</style>

background-color css

<style>
 a { background-color: #344E01; }

 a { background-color: rgb(52,78,1); }

 div.DivClassName
 {
   background-color: #344E01;
 }
 .BgClassName
 {
   background-color: #344E01;
 }
</style>

border-color css

<style>
 span { border-color: #344E01; }

 span { border-color: rgb(52,78,1); }

 td.TdClassName
 {
   border-color: #344E01;
 }
 .TagClassName
 {
   border-color: #344E01;
 }
</style>