Html Css Color HEX #353804 Turtle Green

📋 copy color: '#353804'

red 53 ◦ green 56 ◦ blue 4

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

Shades of Turtle Green #353804

Tints of Turtle Green #353804

RGB

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

 GREEN value IS 56 (22.27% from 255) = 49.56%

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

R = 46.9%
G = 49.56%
B = 3.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#353804 (or 0x353804) is known color: Turtle Green. HEX triplet: 35, 38 and 04. RGB value is (53,56,4). Sum of RGB (Red+Green+Blue) = 53+56+4=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #353804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353804 is #CAC7FB. Grayscale: #313131. Windows color (decimal): -13289468 or 276533. OLE color: 276533.

HSL color Cylindrical-coordinate representation of color #353804: hue angle of 63.46º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #353804 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 56 4 -
CMYK 0.05 0 0.93 0.78
HSL 63.46º 0.87% 0.12% -
HSV(B) 63.46º 0.93% 0.22% -
XYZ 2.9 3.59 0.66 -
YUV 49.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 53 56 4 0.05 0 0.93 0.78 63.46 0.87 0.12
Hex 35 38 4 5 0 5D 4E 3F 57 C
Octal 65 70 4 5 0 135 116 77 127 14
Binary 110101 111000 100 101 0 1011101 1001110 111111 1010111 1100

Color Harmonies of #353804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353804

Black with #353804

Text Example


Text Example

White with #353804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353804; }

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

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

background-color css

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

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

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

border-color css

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

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

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