Html Css Color HEX #353807 Turtle Green

📋 copy color: '#353807'

red 53 ◦ green 56 ◦ blue 7

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

Shades of Turtle Green #353807

Tints of Turtle Green #353807

RGB

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

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

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

R = 45.69%
G = 48.28%
B = 6.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#353807 (or 0x353807) is known color: Turtle Green. HEX triplet: 35, 38 and 07. RGB value is (53,56,7). Sum of RGB (Red+Green+Blue) = 53+56+7=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #353807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353807 is #CAC7F8. Grayscale: #313131. Windows color (decimal): -13289465 or 473141. OLE color: 473141.

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

Color convert

RGB 53 56 7 -
CMYK 0.05 0 0.88 0.78
HSL 63.67º 0.78% 0.12% -
HSV(B) 63.67º 0.88% 0.22% -
XYZ 2.92 3.6 0.74 -
YUV 49.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 53 56 7 0.05 0 0.88 0.78 63.67 0.78 0.12
Hex 35 38 7 5 0 58 4E 40 4E C
Octal 65 70 7 5 0 130 116 100 116 14
Binary 110101 111000 111 101 0 1011000 1001110 1000000 1001110 1100

Color Harmonies of #353807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353807

Black with #353807

Text Example


Text Example

White with #353807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353807; }

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

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

background-color css

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

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

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

border-color css

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

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

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