Html Css Color HEX #05361C Dark Green

📋 copy color: '#05361C'

red 5 ◦ green 54 ◦ blue 28

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

Shades of Dark Green #05361C

Tints of Dark Green #05361C

RGB

 RED value IS 5 (2.34% from 255) = 5.75%

 GREEN value IS 54 (21.48% from 255) = 62.07%

 BLUE value IS 28 (11.33% from 255) = 32.18%

R = 5.75%
G = 62.07%
B = 32.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.79

RGB Variations

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

Color information

#05361C (or 0x05361C) is known color: Dark Green. HEX triplet: 05, 36 and 1C. RGB value is (5,54,28). Sum of RGB (Red+Green+Blue) = 5+54+28=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 54 (21.48% from 255 or 62.07% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 54 - color contains mainly: green. Hex color #05361C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05361C is #FAC9E3. Grayscale: #242424. Windows color (decimal): -16435684 or 1848837. OLE color: 1848837.

HSL color Cylindrical-coordinate representation of color #05361C: hue angle of 148.16º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05361C is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 54 28 -
CMYK 0.91 0 0.48 0.79
HSL 148.16º 0.83% 0.12% -
HSV(B) 148.16º 0.91% 0.21% -
XYZ 1.59 2.75 1.55 -
YUV 36.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 5 54 28 0.91 0 0.48 0.79 148.16 0.83 0.12
Hex 5 36 1C 5B 0 30 4F 94 53 C
Octal 5 66 34 133 0 60 117 224 123 14
Binary 101 110110 11100 1011011 0 110000 1001111 10010100 1010011 1100

Color Harmonies of #05361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05361C

Black with #05361C

Text Example


Text Example

White with #05361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05361C; }

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

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

background-color css

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

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

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

border-color css

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

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

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