Html Css Color HEX #354219 Turtle Green

📋 copy color: '#354219'

red 53 ◦ green 66 ◦ blue 25

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

Shades of Turtle Green #354219

Tints of Turtle Green #354219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.36%

R = 36.81%
G = 45.83%
B = 17.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#354219 (or 0x354219) is known color: Turtle Green. HEX triplet: 35, 42 and 19. RGB value is (53,66,25). Sum of RGB (Red+Green+Blue) = 53+66+25=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #354219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354219 is #CABDE6. Grayscale: #393939. Windows color (decimal): -13286887 or 1655349. OLE color: 1655349.

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

Color convert

RGB 53 66 25 -
CMYK 0.20 0 0.62 0.74
HSL 79.02º 0.45% 0.18% -
HSV(B) 79.02º 0.62% 0.26% -
XYZ 3.59 4.72 1.64 -
YUV 57.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 53 66 25 0.20 0 0.62 0.74 79.02 0.45 0.18
Hex 35 42 19 14 0 3E 4A 4F 2D 12
Octal 65 102 31 24 0 76 112 117 55 22
Binary 110101 1000010 11001 10100 0 111110 1001010 1001111 101101 10010

Color Harmonies of #354219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354219

Black with #354219

Text Example


Text Example

White with #354219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354219; }

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

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

background-color css

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

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

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

border-color css

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

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

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