Html Css Color HEX #364002 Turtle Green

📋 copy color: '#364002'

red 54 ◦ green 64 ◦ blue 2

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

Shades of Turtle Green #364002

Tints of Turtle Green #364002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 53.33%

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

R = 45%
G = 53.33%
B = 1.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#364002 (or 0x364002) is known color: Turtle Green. HEX triplet: 36, 40 and 02. RGB value is (54,64,2). Sum of RGB (Red+Green+Blue) = 54+64+2=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #364002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364002 is #C9BFFD. Grayscale: #363636. Windows color (decimal): -13221886 or 147510. OLE color: 147510.

HSL color Cylindrical-coordinate representation of color #364002: hue angle of 69.68º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #364002 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 64 2 -
CMYK 0.16 0 0.97 0.75
HSL 69.68º 0.94% 0.13% -
HSV(B) 69.68º 0.97% 0.25% -
XYZ 3.37 4.46 0.74 -
YUV 53.94 98.69 128.04 -
System Red Green Blue C M Y K H S L
Decimal 54 64 2 0.16 0 0.97 0.75 69.68 0.94 0.13
Hex 36 40 2 10 0 61 4B 46 5E D
Octal 66 100 2 20 0 141 113 106 136 15
Binary 110110 1000000 10 10000 0 1100001 1001011 1000110 1011110 1101

Color Harmonies of #364002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364002

Black with #364002

Text Example


Text Example

White with #364002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364002; }

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

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

background-color css

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

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

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

border-color css

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

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

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