Html Css Color HEX #353900 Turtle Green

📋 copy color: '#353900'

red 53 ◦ green 57 ◦ blue 0

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

Shades of Turtle Green #353900

Tints of Turtle Green #353900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.18%
G = 51.82%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#353900 (or 0x353900) is known color: Turtle Green. HEX triplet: 35, 39 and 00. RGB value is (53,57,0). Sum of RGB (Red+Green+Blue) = 53+57+0=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 57 (22.66% from 255 or 51.82% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 57 - color contains mainly: green. Hex color #353900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353900 is #CAC6FF. Grayscale: #313131. Windows color (decimal): -13289216 or 14645. OLE color: 14645.

HSL color Cylindrical-coordinate representation of color #353900: hue angle of 64.21º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #353900 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 57 0 -
CMYK 0.07 0 1 0.78
HSL 64.21º 1% 0.11% -
HSV(B) 64.21º 1% 0.22% -
XYZ 2.93 3.68 0.56 -
YUV 49.31 100.17 130.63 -
System Red Green Blue C M Y K H S L
Decimal 53 57 0 0.07 0 1 0.78 64.21 1 0.11
Hex 35 39 0 7 0 64 4E 40 64 B
Octal 65 71 0 7 0 144 116 100 144 13
Binary 110101 111001 0 111 0 1100100 1001110 1000000 1100100 1011

Color Harmonies of #353900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353900

Black with #353900

Text Example


Text Example

White with #353900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353900; }

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

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

background-color css

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

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

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

border-color css

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

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

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