Html Css Color HEX #353607 Turtle Green

📋 copy color: '#353607'

red 53 ◦ green 54 ◦ blue 7

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

Shades of Turtle Green #353607

Tints of Turtle Green #353607

RGB

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

 GREEN value IS 54 (21.48% from 255) = 47.37%

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

R = 46.49%
G = 47.37%
B = 6.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.79

RGB Variations

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

Color information

#353607 (or 0x353607) is known color: Turtle Green. HEX triplet: 35, 36 and 07. RGB value is (53,54,7). Sum of RGB (Red+Green+Blue) = 53+54+7=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 54 (21.48% from 255 or 47.37% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 54 - color contains mainly: green. Hex color #353607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353607 is #CAC9F8. Grayscale: #303030. Windows color (decimal): -13289977 or 472629. OLE color: 472629.

HSL color Cylindrical-coordinate representation of color #353607: hue angle of 61.28º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #353607 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 54 7 -
CMYK 0.02 0 0.87 0.79
HSL 61.28º 0.77% 0.12% -
HSV(B) 61.28º 0.87% 0.21% -
XYZ 2.83 3.41 0.71 -
YUV 48.34 104.67 131.32 -
System Red Green Blue C M Y K H S L
Decimal 53 54 7 0.02 0 0.87 0.79 61.28 0.77 0.12
Hex 35 36 7 2 0 57 4F 3D 4D C
Octal 65 66 7 2 0 127 117 75 115 14
Binary 110101 110110 111 10 0 1010111 1001111 111101 1001101 1100

Color Harmonies of #353607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353607

Black with #353607

Text Example


Text Example

White with #353607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353607; }

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

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

background-color css

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

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

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

border-color css

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

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

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