Html Css Color HEX #354011 Turtle Green

📋 copy color: '#354011'

red 53 ◦ green 64 ◦ blue 17

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

Shades of Turtle Green #354011

Tints of Turtle Green #354011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.76%

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

R = 39.55%
G = 47.76%
B = 12.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#354011 (or 0x354011) is known color: Turtle Green. HEX triplet: 35, 40 and 11. RGB value is (53,64,17). Sum of RGB (Red+Green+Blue) = 53+64+17=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #354011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354011 is #CABFEE. Grayscale: #373737. Windows color (decimal): -13287407 or 1130549. OLE color: 1130549.

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

Color convert

RGB 53 64 17 -
CMYK 0.17 0 0.73 0.75
HSL 74.04º 0.58% 0.16% -
HSV(B) 74.04º 0.73% 0.25% -
XYZ 3.4 4.46 1.21 -
YUV 55.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 53 64 17 0.17 0 0.73 0.75 74.04 0.58 0.16
Hex 35 40 11 11 0 49 4B 4A 3A 10
Octal 65 100 21 21 0 111 113 112 72 20
Binary 110101 1000000 10001 10001 0 1001001 1001011 1001010 111010 10000

Color Harmonies of #354011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354011

Black with #354011

Text Example


Text Example

White with #354011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354011; }

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

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

background-color css

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

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

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

border-color css

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

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

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