Html Css Color HEX #353907 Turtle Green

📋 copy color: '#353907'

red 53 ◦ green 57 ◦ blue 7

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

Shades of Turtle Green #353907

Tints of Turtle Green #353907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.98%

R = 45.3%
G = 48.72%
B = 5.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#353907 (or 0x353907) is known color: Turtle Green. HEX triplet: 35, 39 and 07. RGB value is (53,57,7). Sum of RGB (Red+Green+Blue) = 53+57+7=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 57 (22.66% from 255 or 48.72% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 57 - color contains mainly: green. Hex color #353907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353907 is #CAC6F8. Grayscale: #323232. Windows color (decimal): -13289209 or 473397. OLE color: 473397.

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

Color convert

RGB 53 57 7 -
CMYK 0.07 0 0.88 0.78
HSL 64.8º 0.78% 0.13% -
HSV(B) 64.8º 0.88% 0.22% -
XYZ 2.97 3.7 0.76 -
YUV 50.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 53 57 7 0.07 0 0.88 0.78 64.8 0.78 0.13
Hex 35 39 7 7 0 58 4E 41 4E D
Octal 65 71 7 7 0 130 116 101 116 15
Binary 110101 111001 111 111 0 1011000 1001110 1000001 1001110 1101

Color Harmonies of #353907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353907

Black with #353907

Text Example


Text Example

White with #353907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353907; }

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

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

background-color css

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

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

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

border-color css

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

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

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