Html Css Color HEX #353604 Turtle Green

📋 copy color: '#353604'

red 53 ◦ green 54 ◦ blue 4

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

Shades of Turtle Green #353604

Tints of Turtle Green #353604

RGB

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

 GREEN value IS 54 (21.48% from 255) = 48.65%

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

R = 47.75%
G = 48.65%
B = 3.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.79

RGB Variations

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

Color information

#353604 (or 0x353604) is known color: Turtle Green. HEX triplet: 35, 36 and 04. RGB value is (53,54,4). Sum of RGB (Red+Green+Blue) = 53+54+4=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #353604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353604 is #CAC9FB. Grayscale: #303030. Windows color (decimal): -13289980 or 276021. OLE color: 276021.

HSL color Cylindrical-coordinate representation of color #353604: hue angle of 61.2º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #353604 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 54 4 -
CMYK 0.02 0 0.93 0.79
HSL 61.2º 0.86% 0.11% -
HSV(B) 61.2º 0.93% 0.21% -
XYZ 2.81 3.4 0.62 -
YUV 48 103.17 131.57 -
System Red Green Blue C M Y K H S L
Decimal 53 54 4 0.02 0 0.93 0.79 61.2 0.86 0.11
Hex 35 36 4 2 0 5D 4F 3D 56 B
Octal 65 66 4 2 0 135 117 75 126 13
Binary 110101 110110 100 10 0 1011101 1001111 111101 1010110 1011

Color Harmonies of #353604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353604

Black with #353604

Text Example


Text Example

White with #353604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353604; }

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

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

background-color css

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

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

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

border-color css

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

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

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