Html Css Color HEX #364402 Turtle Green

📋 copy color: '#364402'

red 54 ◦ green 68 ◦ blue 2

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

Shades of Turtle Green #364402

Tints of Turtle Green #364402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 54.84%

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

R = 43.55%
G = 54.84%
B = 1.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#364402 (or 0x364402) is known color: Turtle Green. HEX triplet: 36, 44 and 02. RGB value is (54,68,2). Sum of RGB (Red+Green+Blue) = 54+68+2=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #364402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364402 is #C9BBFD. Grayscale: #383838. Windows color (decimal): -13220862 or 148534. OLE color: 148534.

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

Color convert

RGB 54 68 2 -
CMYK 0.21 0 0.97 0.73
HSL 72.73º 0.94% 0.14% -
HSV(B) 72.73º 0.97% 0.27% -
XYZ 3.6 4.92 0.82 -
YUV 56.29 97.36 126.37 -
System Red Green Blue C M Y K H S L
Decimal 54 68 2 0.21 0 0.97 0.73 72.73 0.94 0.14
Hex 36 44 2 15 0 61 49 49 5E E
Octal 66 104 2 25 0 141 111 111 136 16
Binary 110110 1000100 10 10101 0 1100001 1001001 1001001 1011110 1110

Color Harmonies of #364402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364402

Black with #364402

Text Example


Text Example

White with #364402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364402; }

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

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

background-color css

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

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

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

border-color css

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

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

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