Html Css Color HEX #364602 Turtle Green

📋 copy color: '#364602'

red 54 ◦ green 70 ◦ blue 2

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

Shades of Turtle Green #364602

Tints of Turtle Green #364602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 55.56%

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

R = 42.86%
G = 55.56%
B = 1.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#364602 (or 0x364602) is known color: Turtle Green. HEX triplet: 36, 46 and 02. RGB value is (54,70,2). Sum of RGB (Red+Green+Blue) = 54+70+2=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #364602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364602 is #C9B9FD. Grayscale: #393939. Windows color (decimal): -13220350 or 149046. OLE color: 149046.

HSL color Cylindrical-coordinate representation of color #364602: hue angle of 74.12º 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 #364602 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 70 2 -
CMYK 0.23 0 0.97 0.73
HSL 74.12º 0.94% 0.14% -
HSV(B) 74.12º 0.97% 0.27% -
XYZ 3.72 5.17 0.86 -
YUV 57.46 96.7 125.53 -
System Red Green Blue C M Y K H S L
Decimal 54 70 2 0.23 0 0.97 0.73 74.12 0.94 0.14
Hex 36 46 2 17 0 61 49 4A 5E E
Octal 66 106 2 27 0 141 111 112 136 16
Binary 110110 1000110 10 10111 0 1100001 1001001 1001010 1011110 1110

Color Harmonies of #364602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364602

Black with #364602

Text Example


Text Example

White with #364602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364602; }

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

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

background-color css

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

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

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

border-color css

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

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

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