Html Css Color HEX #354207 Turtle Green

📋 copy color: '#354207'

red 53 ◦ green 66 ◦ blue 7

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

Shades of Turtle Green #354207

Tints of Turtle Green #354207

RGB

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

 GREEN value IS 66 (26.17% from 255) = 52.38%

 BLUE value IS 7 (3.13% from 255) = 5.56%

R = 42.06%
G = 52.38%
B = 5.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#354207 (or 0x354207) is known color: Turtle Green. HEX triplet: 35, 42 and 07. RGB value is (53,66,7). Sum of RGB (Red+Green+Blue) = 53+66+7=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #354207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354207 is #CABDF8. Grayscale: #373737. Windows color (decimal): -13286905 or 475701. OLE color: 475701.

HSL color Cylindrical-coordinate representation of color #354207: hue angle of 73.22º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #354207 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 66 7 -
CMYK 0.20 0 0.89 0.74
HSL 73.22º 0.81% 0.14% -
HSV(B) 73.22º 0.89% 0.26% -
XYZ 3.45 4.67 0.92 -
YUV 55.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 53 66 7 0.20 0 0.89 0.74 73.22 0.81 0.14
Hex 35 42 7 14 0 59 4A 49 51 E
Octal 65 102 7 24 0 131 112 111 121 16
Binary 110101 1000010 111 10100 0 1011001 1001010 1001001 1010001 1110

Color Harmonies of #354207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354207

Black with #354207

Text Example


Text Example

White with #354207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354207; }

 p { color: rgb(53,66,7); }

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

background-color css

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

 a { background-color: rgb(53,66,7); }

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

border-color css

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

 span { border-color: rgb(53,66,7); }

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