Html Css Color HEX #363500 Turtle Green

📋 copy color: '#363500'

red 54 ◦ green 53 ◦ blue 0

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

Shades of Turtle Green #363500

Tints of Turtle Green #363500

RGB

 RED value IS 54 (21.48% from 255) = 50.47%

 GREEN value IS 53 (21.09% from 255) = 49.53%

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

R = 50.47%
G = 49.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#363500 (or 0x363500) is known color: Turtle Green. HEX triplet: 36, 35 and 00. RGB value is (54,53,0). Sum of RGB (Red+Green+Blue) = 54+53+0=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #363500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363500 is #C9CAFF. Grayscale: #2F2F2F. Windows color (decimal): -13224704 or 13622. OLE color: 13622.

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

Color convert

RGB 54 53 0 -
CMYK 0 0.02 1 0.79
HSL 58.89º 1% 0.11% -
HSV(B) 58.89º 1% 0.21% -
XYZ 2.79 3.33 0.5 -
YUV 47.26 101.33 132.81 -
System Red Green Blue C M Y K H S L
Decimal 54 53 0 0 0.02 1 0.79 58.89 1 0.11
Hex 36 35 0 0 2 64 4F 3B 64 B
Octal 66 65 0 0 2 144 117 73 144 13
Binary 110110 110101 0 0 10 1100100 1001111 111011 1100100 1011

Color Harmonies of #363500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363500

Black with #363500

Text Example


Text Example

White with #363500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363500; }

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

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

background-color css

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

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

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

border-color css

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

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

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