Html Css Color HEX #353F19 Turtle Green

📋 copy color: '#353F19'

red 53 ◦ green 63 ◦ blue 25

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

Shades of Turtle Green #353F19

Tints of Turtle Green #353F19

RGB

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

 GREEN value IS 63 (25% from 255) = 44.68%

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

R = 37.59%
G = 44.68%
B = 17.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#353F19 (or 0x353F19) is known color: Turtle Green. HEX triplet: 35, 3F and 19. RGB value is (53,63,25). Sum of RGB (Red+Green+Blue) = 53+63+25=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 63 - color contains mainly: green. Hex color #353F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353F19 is #CAC0E6. Grayscale: #373737. Windows color (decimal): -13287655 or 1654581. OLE color: 1654581.

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

Color convert

RGB 53 63 25 -
CMYK 0.16 0 0.60 0.75
HSL 75.79º 0.43% 0.17% -
HSV(B) 75.79º 0.6% 0.25% -
XYZ 3.42 4.38 1.59 -
YUV 55.68 110.69 126.09 -
System Red Green Blue C M Y K H S L
Decimal 53 63 25 0.16 0 0.60 0.75 75.79 0.43 0.17
Hex 35 3F 19 10 0 3C 4B 4C 2B 11
Octal 65 77 31 20 0 74 113 114 53 21
Binary 110101 111111 11001 10000 0 111100 1001011 1001100 101011 10001

Color Harmonies of #353F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F19

Black with #353F19

Text Example


Text Example

White with #353F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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