Html Css Color HEX #354811 Turtle Green

📋 copy color: '#354811'

red 53 ◦ green 72 ◦ blue 17

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

Shades of Turtle Green #354811

Tints of Turtle Green #354811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50.7%

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

R = 37.32%
G = 50.7%
B = 11.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#354811 (or 0x354811) is known color: Turtle Green. HEX triplet: 35, 48 and 11. RGB value is (53,72,17). Sum of RGB (Red+Green+Blue) = 53+72+17=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #354811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354811 is #CAB7EE. Grayscale: #3C3C3C. Windows color (decimal): -13285359 or 1132597. OLE color: 1132597.

HSL color Cylindrical-coordinate representation of color #354811: hue angle of 80.73º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354811 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 72 17 -
CMYK 0.26 0 0.76 0.72
HSL 80.73º 0.62% 0.17% -
HSV(B) 80.73º 0.76% 0.28% -
XYZ 3.89 5.43 1.37 -
YUV 60.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 53 72 17 0.26 0 0.76 0.72 80.73 0.62 0.17
Hex 35 48 11 1A 0 4C 48 51 3E 11
Octal 65 110 21 32 0 114 110 121 76 21
Binary 110101 1001000 10001 11010 0 1001100 1001000 1010001 111110 10001

Color Harmonies of #354811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354811

Black with #354811

Text Example


Text Example

White with #354811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354811; }

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

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

background-color css

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

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

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

border-color css

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

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

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