Html Css Color HEX #353F14 Turtle Green

📋 copy color: '#353F14'

red 53 ◦ green 63 ◦ blue 20

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

Shades of Turtle Green #353F14

Tints of Turtle Green #353F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.71%

R = 38.97%
G = 46.32%
B = 14.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#353F14 (or 0x353F14) is known color: Turtle Green. HEX triplet: 35, 3F and 14. RGB value is (53,63,20). Sum of RGB (Red+Green+Blue) = 53+63+20=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 63 - color contains mainly: green. Hex color #353F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353F14 is #CAC0EB. Grayscale: #373737. Windows color (decimal): -13287660 or 1326901. OLE color: 1326901.

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

Color convert

RGB 53 63 20 -
CMYK 0.16 0 0.68 0.75
HSL 73.95º 0.52% 0.16% -
HSV(B) 73.95º 0.68% 0.25% -
XYZ 3.37 4.36 1.33 -
YUV 55.11 108.19 126.5 -
System Red Green Blue C M Y K H S L
Decimal 53 63 20 0.16 0 0.68 0.75 73.95 0.52 0.16
Hex 35 3F 14 10 0 44 4B 4A 34 10
Octal 65 77 24 20 0 104 113 112 64 20
Binary 110101 111111 10100 10000 0 1000100 1001011 1001010 110100 10000

Color Harmonies of #353F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F14

Black with #353F14

Text Example


Text Example

White with #353F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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