Html Css Color HEX #354411 Turtle Green

📋 copy color: '#354411'

red 53 ◦ green 68 ◦ blue 17

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

Shades of Turtle Green #354411

Tints of Turtle Green #354411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 49.28%

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

R = 38.41%
G = 49.28%
B = 12.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#354411 (or 0x354411) is known color: Turtle Green. HEX triplet: 35, 44 and 11. RGB value is (53,68,17). Sum of RGB (Red+Green+Blue) = 53+68+17=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 68 (26.95% from 255 or 49.28% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 68 - color contains mainly: green. Hex color #354411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354411 is #CABBEE. Grayscale: #393939. Windows color (decimal): -13286383 or 1131573. OLE color: 1131573.

HSL color Cylindrical-coordinate representation of color #354411: hue angle of 77.65º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #354411 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 68 17 -
CMYK 0.22 0 0.75 0.73
HSL 77.65º 0.6% 0.17% -
HSV(B) 77.65º 0.75% 0.27% -
XYZ 3.64 4.93 1.29 -
YUV 57.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 53 68 17 0.22 0 0.75 0.73 77.65 0.6 0.17
Hex 35 44 11 16 0 4B 49 4E 3C 11
Octal 65 104 21 26 0 113 111 116 74 21
Binary 110101 1000100 10001 10110 0 1001011 1001001 1001110 111100 10001

Color Harmonies of #354411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354411

Black with #354411

Text Example


Text Example

White with #354411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354411; }

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

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

background-color css

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

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

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

border-color css

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

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

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