Html Css Color HEX #353F04 Turtle Green

📋 copy color: '#353F04'

red 53 ◦ green 63 ◦ blue 4

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

Shades of Turtle Green #353F04

Tints of Turtle Green #353F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.33%

R = 44.17%
G = 52.5%
B = 3.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#353F04 (or 0x353F04) is known color: Turtle Green. HEX triplet: 35, 3F and 04. RGB value is (53,63,4). Sum of RGB (Red+Green+Blue) = 53+63+4=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 63 (25% from 255 or 52.5% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 63 - color contains mainly: green. Hex color #353F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353F04 is #CAC0FB. Grayscale: #353535. Windows color (decimal): -13287676 or 278325. OLE color: 278325.

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

Color convert

RGB 53 63 4 -
CMYK 0.16 0 0.94 0.75
HSL 70.17º 0.88% 0.13% -
HSV(B) 70.17º 0.94% 0.25% -
XYZ 3.27 4.32 0.78 -
YUV 53.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 53 63 4 0.16 0 0.94 0.75 70.17 0.88 0.13
Hex 35 3F 4 10 0 5E 4B 46 58 D
Octal 65 77 4 20 0 136 113 106 130 15
Binary 110101 111111 100 10000 0 1011110 1001011 1000110 1011000 1101

Color Harmonies of #353F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F04

Black with #353F04

Text Example


Text Example

White with #353F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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