Html Css Color HEX #364505 Turtle Green

📋 copy color: '#364505'

red 54 ◦ green 69 ◦ blue 5

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

Shades of Turtle Green #364505

Tints of Turtle Green #364505

RGB

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

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

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

R = 42.19%
G = 53.91%
B = 3.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#364505 (or 0x364505) is known color: Turtle Green. HEX triplet: 36, 45 and 05. RGB value is (54,69,5). Sum of RGB (Red+Green+Blue) = 54+69+5=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #364505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364505 is #C9BAFA. Grayscale: #393939. Windows color (decimal): -13220603 or 345398. OLE color: 345398.

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

Color convert

RGB 54 69 5 -
CMYK 0.22 0 0.93 0.73
HSL 74.06º 0.86% 0.15% -
HSV(B) 74.06º 0.93% 0.27% -
XYZ 3.68 5.05 0.92 -
YUV 57.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 54 69 5 0.22 0 0.93 0.73 74.06 0.86 0.15
Hex 36 45 5 16 0 5D 49 4A 56 F
Octal 66 105 5 26 0 135 111 112 126 17
Binary 110110 1000101 101 10110 0 1011101 1001001 1001010 1010110 1111

Color Harmonies of #364505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364505

Black with #364505

Text Example


Text Example

White with #364505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364505; }

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

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

background-color css

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

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

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

border-color css

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

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

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