Html Css Color HEX #354E11 Turtle Green

📋 copy color: '#354E11'

red 53 ◦ green 78 ◦ blue 17

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

Shades of Turtle Green #354E11

Tints of Turtle Green #354E11

RGB

 RED value IS 53 (21.09% from 255) = 35.81%

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

 BLUE value IS 17 (7.03% from 255) = 11.49%

R = 35.81%
G = 52.7%
B = 11.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#354E11 (or 0x354E11) is known color: Turtle Green. HEX triplet: 35, 4E and 11. RGB value is (53,78,17). Sum of RGB (Red+Green+Blue) = 53+78+17=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 78 (30.86% from 255 or 52.70% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 78 - color contains mainly: green. Hex color #354E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354E11 is #CAB1EE. Grayscale: #3F3F3F. Windows color (decimal): -13283823 or 1134133. OLE color: 1134133.

HSL color Cylindrical-coordinate representation of color #354E11: hue angle of 84.59º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #354E11 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 78 17 -
CMYK 0.32 0 0.78 0.69
HSL 84.59º 0.64% 0.19% -
HSV(B) 84.59º 0.78% 0.31% -
XYZ 4.29 6.25 1.51 -
YUV 63.57 101.72 120.46 -
System Red Green Blue C M Y K H S L
Decimal 53 78 17 0.32 0 0.78 0.69 84.59 0.64 0.19
Hex 35 4E 11 20 0 4E 45 55 40 13
Octal 65 116 21 40 0 116 105 125 100 23
Binary 110101 1001110 10001 100000 0 1001110 1000101 1010101 1000000 10011

Color Harmonies of #354E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E11

Black with #354E11

Text Example


Text Example

White with #354E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354E11; }

 p { color: rgb(53,78,17); }

 H1.HeaderClassName
 {
   color: #354E11;
 }
 .AnyTagClassName
 {
   color: #354E11;
 }
</style>

background-color css

<style>
 a { background-color: #354E11; }

 a { background-color: rgb(53,78,17); }

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

border-color css

<style>
 span { border-color: #354E11; }

 span { border-color: rgb(53,78,17); }

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