Html Css Color HEX #353904 Turtle Green

📋 copy color: '#353904'

red 53 ◦ green 57 ◦ blue 4

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

Shades of Turtle Green #353904

Tints of Turtle Green #353904

RGB

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

 GREEN value IS 57 (22.66% from 255) = 50%

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

R = 46.49%
G = 50%
B = 3.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#353904 (or 0x353904) is known color: Turtle Green. HEX triplet: 35, 39 and 04. RGB value is (53,57,4). Sum of RGB (Red+Green+Blue) = 53+57+4=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 57 (22.66% from 255 or 50% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 57 - color contains mainly: green. Hex color #353904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353904 is #CAC6FB. Grayscale: #313131. Windows color (decimal): -13289212 or 276789. OLE color: 276789.

HSL color Cylindrical-coordinate representation of color #353904: hue angle of 64.53º 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 #353904 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 57 4 -
CMYK 0.07 0 0.93 0.78
HSL 64.53º 0.87% 0.12% -
HSV(B) 64.53º 0.93% 0.22% -
XYZ 2.95 3.69 0.67 -
YUV 49.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 53 57 4 0.07 0 0.93 0.78 64.53 0.87 0.12
Hex 35 39 4 7 0 5D 4E 41 57 C
Octal 65 71 4 7 0 135 116 101 127 14
Binary 110101 111001 100 111 0 1011101 1001110 1000001 1010111 1100

Color Harmonies of #353904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353904

Black with #353904

Text Example


Text Example

White with #353904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353904; }

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

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

background-color css

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

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

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

border-color css

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

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

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