Html Css Color HEX #354612 Turtle Green

📋 copy color: '#354612'

red 53 ◦ green 70 ◦ blue 18

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

Shades of Turtle Green #354612

Tints of Turtle Green #354612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 49.65%

 BLUE value IS 18 (7.42% from 255) = 12.77%

R = 37.59%
G = 49.65%
B = 12.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#354612 (or 0x354612) is known color: Turtle Green. HEX triplet: 35, 46 and 12. RGB value is (53,70,18). Sum of RGB (Red+Green+Blue) = 53+70+18=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #354612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354612 is #CAB9ED. Grayscale: #3B3B3B. Windows color (decimal): -13285870 or 1197621. OLE color: 1197621.

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

Color convert

RGB 53 70 18 -
CMYK 0.24 0 0.74 0.73
HSL 79.62º 0.59% 0.17% -
HSV(B) 79.62º 0.74% 0.27% -
XYZ 3.77 5.18 1.37 -
YUV 58.99 104.87 123.73 -
System Red Green Blue C M Y K H S L
Decimal 53 70 18 0.24 0 0.74 0.73 79.62 0.59 0.17
Hex 35 46 12 18 0 4A 49 50 3B 11
Octal 65 106 22 30 0 112 111 120 73 21
Binary 110101 1000110 10010 11000 0 1001010 1001001 1010000 111011 10001

Color Harmonies of #354612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354612

Black with #354612

Text Example


Text Example

White with #354612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354612; }

 p { color: rgb(53,70,18); }

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

background-color css

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

 a { background-color: rgb(53,70,18); }

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

border-color css

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

 span { border-color: rgb(53,70,18); }

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