Html Css Color HEX #363B02 Turtle Green

📋 copy color: '#363B02'

red 54 ◦ green 59 ◦ blue 2

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

Shades of Turtle Green #363B02

Tints of Turtle Green #363B02

RGB

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

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

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

R = 46.96%
G = 51.3%
B = 1.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.77

RGB Variations

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

Color information

#363B02 (or 0x363B02) is known color: Turtle Green. HEX triplet: 36, 3B and 02. RGB value is (54,59,2). Sum of RGB (Red+Green+Blue) = 54+59+2=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 59 (23.44% from 255 or 51.30% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 59 - color contains mainly: green. Hex color #363B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363B02 is #C9C4FD. Grayscale: #333333. Windows color (decimal): -13223166 or 146230. OLE color: 146230.

HSL color Cylindrical-coordinate representation of color #363B02: hue angle of 65.26º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #363B02 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB 54 59 2 -
CMYK 0.08 0 0.97 0.77
HSL 65.26º 0.93% 0.12% -
HSV(B) 65.26º 0.97% 0.23% -
XYZ 3.1 3.92 0.65 -
YUV 51.01 100.34 130.13 -
System Red Green Blue C M Y K H S L
Decimal 54 59 2 0.08 0 0.97 0.77 65.26 0.93 0.12
Hex 36 3B 2 8 0 61 4D 41 5D C
Octal 66 73 2 10 0 141 115 101 135 14
Binary 110110 111011 10 1000 0 1100001 1001101 1000001 1011101 1100

Color Harmonies of #363B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363B02

Black with #363B02

Text Example


Text Example

White with #363B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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