Html Css Color HEX #353F12 Turtle Green

📋 copy color: '#353F12'

red 53 ◦ green 63 ◦ blue 18

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

Shades of Turtle Green #353F12

Tints of Turtle Green #353F12

RGB

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

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

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

R = 39.55%
G = 47.01%
B = 13.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#353F12 (or 0x353F12) is known color: Turtle Green. HEX triplet: 35, 3F and 12. RGB value is (53,63,18). Sum of RGB (Red+Green+Blue) = 53+63+18=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 63 - color contains mainly: green. Hex color #353F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353F12 is #CAC0ED. Grayscale: #373737. Windows color (decimal): -13287662 or 1195829. OLE color: 1195829.

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

Color convert

RGB 53 63 18 -
CMYK 0.16 0 0.71 0.75
HSL 73.33º 0.56% 0.16% -
HSV(B) 73.33º 0.71% 0.25% -
XYZ 3.35 4.36 1.24 -
YUV 54.88 107.19 126.66 -
System Red Green Blue C M Y K H S L
Decimal 53 63 18 0.16 0 0.71 0.75 73.33 0.56 0.16
Hex 35 3F 12 10 0 47 4B 49 38 10
Octal 65 77 22 20 0 107 113 111 70 20
Binary 110101 111111 10010 10000 0 1000111 1001011 1001001 111000 10000

Color Harmonies of #353F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F12

Black with #353F12

Text Example


Text Example

White with #353F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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