Html Css Color HEX #05361B Dark Green

📋 copy color: '#05361B'

red 5 ◦ green 54 ◦ blue 27

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

Shades of Dark Green #05361B

Tints of Dark Green #05361B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 31.4%

R = 5.81%
G = 62.79%
B = 31.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.5

 K value IS 0.79

RGB Variations

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

Color information

#05361B (or 0x05361B) is known color: Dark Green. HEX triplet: 05, 36 and 1B. RGB value is (5,54,27). Sum of RGB (Red+Green+Blue) = 5+54+27=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 54 (21.48% from 255 or 62.79% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 54 - color contains mainly: green. Hex color #05361B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05361B is #FAC9E4. Grayscale: #242424. Windows color (decimal): -16435685 or 1783301. OLE color: 1783301.

HSL color Cylindrical-coordinate representation of color #05361B: hue angle of 146.94º 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 #05361B is Cyan = 0.91, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 54 27 -
CMYK 0.91 0 0.5 0.79
HSL 146.94º 0.83% 0.12% -
HSV(B) 146.94º 0.91% 0.21% -
XYZ 1.58 2.75 1.48 -
YUV 36.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 5 54 27 0.91 0 0.5 0.79 146.94 0.83 0.12
Hex 5 36 1B 5B 0 32 4F 93 53 C
Octal 5 66 33 133 0 62 117 223 123 14
Binary 101 110110 11011 1011011 0 110010 1001111 10010011 1010011 1100

Color Harmonies of #05361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05361B

Black with #05361B

Text Example


Text Example

White with #05361B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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