Html Css Color HEX #353E00 Turtle Green

📋 copy color: '#353E00'

red 53 ◦ green 62 ◦ blue 0

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

Shades of Turtle Green #353E00

Tints of Turtle Green #353E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 53.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.09%
G = 53.91%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.76

RGB Variations

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

Color information

#353E00 (or 0x353E00) is known color: Turtle Green. HEX triplet: 35, 3E and 00. RGB value is (53,62,0). Sum of RGB (Red+Green+Blue) = 53+62+0=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 62 (24.61% from 255 or 53.91% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 62 - color contains mainly: green. Hex color #353E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353E00 is #CAC1FF. Grayscale: #343434. Windows color (decimal): -13287936 or 15925. OLE color: 15925.

HSL color Cylindrical-coordinate representation of color #353E00: hue angle of 68.71º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #353E00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 62 0 -
CMYK 0.15 0 1 0.76
HSL 68.71º 1% 0.12% -
HSV(B) 68.71º 1% 0.24% -
XYZ 3.19 4.2 0.64 -
YUV 52.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 53 62 0 0.15 0 1 0.76 68.71 1 0.12
Hex 35 3E 0 F 0 64 4C 45 64 C
Octal 65 76 0 17 0 144 114 105 144 14
Binary 110101 111110 0 1111 0 1100100 1001100 1000101 1100100 1100

Color Harmonies of #353E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353E00

Black with #353E00

Text Example


Text Example

White with #353E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,62,0); }

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

background-color css

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

 a { background-color: rgb(53,62,0); }

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

border-color css

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

 span { border-color: rgb(53,62,0); }

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