Html Css Color HEX #353605 Turtle Green

📋 copy color: '#353605'

red 53 ◦ green 54 ◦ blue 5

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

Shades of Turtle Green #353605

Tints of Turtle Green #353605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.46%

R = 47.32%
G = 48.21%
B = 4.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.79

RGB Variations

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

Color information

#353605 (or 0x353605) is known color: Turtle Green. HEX triplet: 35, 36 and 05. RGB value is (53,54,5). Sum of RGB (Red+Green+Blue) = 53+54+5=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 54 - color contains mainly: green. Hex color #353605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353605 is #CAC9FA. Grayscale: #303030. Windows color (decimal): -13289979 or 341557. OLE color: 341557.

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

Color convert

RGB 53 54 5 -
CMYK 0.02 0 0.91 0.79
HSL 61.22º 0.83% 0.12% -
HSV(B) 61.22º 0.91% 0.21% -
XYZ 2.81 3.41 0.65 -
YUV 48.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 53 54 5 0.02 0 0.91 0.79 61.22 0.83 0.12
Hex 35 36 5 2 0 5B 4F 3D 53 C
Octal 65 66 5 2 0 133 117 75 123 14
Binary 110101 110110 101 10 0 1011011 1001111 111101 1010011 1100

Color Harmonies of #353605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353605

Black with #353605

Text Example


Text Example

White with #353605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353605; }

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

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

background-color css

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

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

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

border-color css

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

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

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