Html Css Color HEX #353B05 Turtle Green

📋 copy color: '#353B05'

red 53 ◦ green 59 ◦ blue 5

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

Shades of Turtle Green #353B05

Tints of Turtle Green #353B05

RGB

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

 GREEN value IS 59 (23.44% from 255) = 50.43%

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

R = 45.3%
G = 50.43%
B = 4.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.77

RGB Variations

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

Color information

#353B05 (or 0x353B05) is known color: Turtle Green. HEX triplet: 35, 3B and 05. RGB value is (53,59,5). Sum of RGB (Red+Green+Blue) = 53+59+5=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 59 (23.44% from 255 or 50.43% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 59 - color contains mainly: green. Hex color #353B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353B05 is #CAC4FA. Grayscale: #333333. Windows color (decimal): -13288699 or 342837. OLE color: 342837.

HSL color Cylindrical-coordinate representation of color #353B05: hue angle of 66.67º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #353B05 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 59 5 -
CMYK 0.10 0 0.92 0.77
HSL 66.67º 0.84% 0.13% -
HSV(B) 66.67º 0.92% 0.23% -
XYZ 3.06 3.9 0.73 -
YUV 51.05 102.01 129.39 -
System Red Green Blue C M Y K H S L
Decimal 53 59 5 0.10 0 0.92 0.77 66.67 0.84 0.13
Hex 35 3B 5 A 0 5C 4D 43 54 D
Octal 65 73 5 12 0 134 115 103 124 15
Binary 110101 111011 101 1010 0 1011100 1001101 1000011 1010100 1101

Color Harmonies of #353B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B05

Black with #353B05

Text Example


Text Example

White with #353B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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