Html Css Color HEX #354119 Turtle Green

📋 copy color: '#354119'

red 53 ◦ green 65 ◦ blue 25

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

Shades of Turtle Green #354119

Tints of Turtle Green #354119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.45%

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

R = 37.06%
G = 45.45%
B = 17.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#354119 (or 0x354119) is known color: Turtle Green. HEX triplet: 35, 41 and 19. RGB value is (53,65,25). Sum of RGB (Red+Green+Blue) = 53+65+25=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #354119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354119 is #CABEE6. Grayscale: #393939. Windows color (decimal): -13287143 or 1655093. OLE color: 1655093.

HSL color Cylindrical-coordinate representation of color #354119: hue angle of 78º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #354119 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 65 25 -
CMYK 0.18 0 0.62 0.75
HSL 78º 0.44% 0.18% -
HSV(B) 78º 0.62% 0.25% -
XYZ 3.53 4.61 1.62 -
YUV 56.85 110.02 125.25 -
System Red Green Blue C M Y K H S L
Decimal 53 65 25 0.18 0 0.62 0.75 78 0.44 0.18
Hex 35 41 19 12 0 3E 4B 4E 2C 12
Octal 65 101 31 22 0 76 113 116 54 22
Binary 110101 1000001 11001 10010 0 111110 1001011 1001110 101100 10010

Color Harmonies of #354119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354119

Black with #354119

Text Example


Text Example

White with #354119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354119; }

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

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

background-color css

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

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

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

border-color css

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

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

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