Html Css Color HEX #353A08 Turtle Green

📋 copy color: '#353A08'

red 53 ◦ green 58 ◦ blue 8

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

Shades of Turtle Green #353A08

Tints of Turtle Green #353A08

RGB

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

 GREEN value IS 58 (23.05% from 255) = 48.74%

 BLUE value IS 8 (3.52% from 255) = 6.72%

R = 44.54%
G = 48.74%
B = 6.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.77

RGB Variations

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

Color information

#353A08 (or 0x353A08) is known color: Turtle Green. HEX triplet: 35, 3A and 08. RGB value is (53,58,8). Sum of RGB (Red+Green+Blue) = 53+58+8=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 58 (23.05% from 255 or 48.74% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 58 - color contains mainly: green. Hex color #353A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353A08 is #CAC5F7. Grayscale: #333333. Windows color (decimal): -13288952 or 539189. OLE color: 539189.

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

Color convert

RGB 53 58 8 -
CMYK 0.09 0 0.86 0.77
HSL 66º 0.76% 0.13% -
HSV(B) 66º 0.86% 0.23% -
XYZ 3.03 3.8 0.8 -
YUV 50.81 103.84 129.57 -
System Red Green Blue C M Y K H S L
Decimal 53 58 8 0.09 0 0.86 0.77 66 0.76 0.13
Hex 35 3A 8 9 0 56 4D 42 4C D
Octal 65 72 10 11 0 126 115 102 114 15
Binary 110101 111010 1000 1001 0 1010110 1001101 1000010 1001100 1101

Color Harmonies of #353A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353A08

Black with #353A08

Text Example


Text Example

White with #353A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,58,8); }

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

background-color css

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

 a { background-color: rgb(53,58,8); }

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

border-color css

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

 span { border-color: rgb(53,58,8); }

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