Html Css Color HEX #363602 Turtle Green

📋 copy color: '#363602'

red 54 ◦ green 54 ◦ blue 2

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

Shades of Turtle Green #363602

Tints of Turtle Green #363602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.82%

R = 49.09%
G = 49.09%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#363602 (or 0x363602) is known color: Turtle Green. HEX triplet: 36, 36 and 02. RGB value is (54,54,2). Sum of RGB (Red+Green+Blue) = 54+54+2=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 54 - color contains mainly: red, green. Hex color #363602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363602 is #C9C9FD. Grayscale: #303030. Windows color (decimal): -13224446 or 144950. OLE color: 144950.

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

Color convert

RGB 54 54 2 -
CMYK 0 0 0.96 0.79
HSL 60º 0.93% 0.11% -
HSV(B) 60º 0.96% 0.21% -
XYZ 2.85 3.43 0.57 -
YUV 48.07 102 132.23 -
System Red Green Blue C M Y K H S L
Decimal 54 54 2 0 0 0.96 0.79 60 0.93 0.11
Hex 36 36 2 0 0 60 4F 3C 5D B
Octal 66 66 2 0 0 140 117 74 135 13
Binary 110110 110110 10 0 0 1100000 1001111 111100 1011101 1011

Color Harmonies of #363602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363602

Black with #363602

Text Example


Text Example

White with #363602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363602; }

 p { color: rgb(54,54,2); }

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

background-color css

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

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

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

border-color css

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

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

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