Html Css Color HEX #364D05 Turtle Green

📋 copy color: '#364D05'

red 54 ◦ green 77 ◦ blue 5

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

Shades of Turtle Green #364D05

Tints of Turtle Green #364D05

RGB

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

 GREEN value IS 77 (30.47% from 255) = 56.62%

 BLUE value IS 5 (2.34% from 255) = 3.68%

R = 39.71%
G = 56.62%
B = 3.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.94

 K value IS 0.70

RGB Variations

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

Color information

#364D05 (or 0x364D05) is known color: Turtle Green. HEX triplet: 36, 4D and 05. RGB value is (54,77,5). Sum of RGB (Red+Green+Blue) = 54+77+5=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 77 (30.47% from 255 or 56.62% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 77 - color contains mainly: green. Hex color #364D05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #364D05 is #C9B2FA. Grayscale: #3E3E3E. Windows color (decimal): -13218555 or 347446. OLE color: 347446.

HSL color Cylindrical-coordinate representation of color #364D05: hue angle of 79.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #364D05 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 77 5 -
CMYK 0.30 0 0.94 0.70
HSL 79.17º 0.88% 0.16% -
HSV(B) 79.17º 0.94% 0.3% -
XYZ 4.2 6.1 1.1 -
YUV 61.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 54 77 5 0.30 0 0.94 0.70 79.17 0.88 0.16
Hex 36 4D 5 1E 0 5E 46 4F 58 10
Octal 66 115 5 36 0 136 106 117 130 20
Binary 110110 1001101 101 11110 0 1011110 1000110 1001111 1011000 10000

Color Harmonies of #364D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364D05

Black with #364D05

Text Example


Text Example

White with #364D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364D05; }

 p { color: rgb(54,77,5); }

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

background-color css

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

 a { background-color: rgb(54,77,5); }

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

border-color css

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

 span { border-color: rgb(54,77,5); }

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