Html Css Color HEX #364502 Turtle Green

📋 copy color: '#364502'

red 54 ◦ green 69 ◦ blue 2

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

Shades of Turtle Green #364502

Tints of Turtle Green #364502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 55.2%

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

R = 43.2%
G = 55.2%
B = 1.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#364502 (or 0x364502) is known color: Turtle Green. HEX triplet: 36, 45 and 02. RGB value is (54,69,2). Sum of RGB (Red+Green+Blue) = 54+69+2=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #364502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364502 is #C9BAFD. Grayscale: #393939. Windows color (decimal): -13220606 or 148790. OLE color: 148790.

HSL color Cylindrical-coordinate representation of color #364502: hue angle of 73.43º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #364502 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 69 2 -
CMYK 0.22 0 0.97 0.73
HSL 73.43º 0.94% 0.14% -
HSV(B) 73.43º 0.97% 0.27% -
XYZ 3.66 5.04 0.84 -
YUV 56.88 97.03 125.95 -
System Red Green Blue C M Y K H S L
Decimal 54 69 2 0.22 0 0.97 0.73 73.43 0.94 0.14
Hex 36 45 2 16 0 61 49 49 5E E
Octal 66 105 2 26 0 141 111 111 136 16
Binary 110110 1000101 10 10110 0 1100001 1001001 1001001 1011110 1110

Color Harmonies of #364502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364502

Black with #364502

Text Example


Text Example

White with #364502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364502; }

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

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

background-color css

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

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

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

border-color css

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

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

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