Html Css Color HEX #05361E Dark Green

📋 copy color: '#05361E'

red 5 ◦ green 54 ◦ blue 30

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

Shades of Dark Green #05361E

Tints of Dark Green #05361E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 33.71%

R = 5.62%
G = 60.67%
B = 33.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.79

RGB Variations

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

Color information

#05361E (or 0x05361E) is known color: Dark Green. HEX triplet: 05, 36 and 1E. RGB value is (5,54,30). Sum of RGB (Red+Green+Blue) = 5+54+30=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 54 (21.48% from 255 or 60.67% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 54 - color contains mainly: green. Hex color #05361E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05361E is #FAC9E1. Grayscale: #242424. Windows color (decimal): -16435682 or 1979909. OLE color: 1979909.

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

Color convert

RGB 5 54 30 -
CMYK 0.91 0 0.44 0.79
HSL 150.61º 0.83% 0.12% -
HSV(B) 150.61º 0.91% 0.21% -
XYZ 1.62 2.76 1.68 -
YUV 36.61 124.27 105.45 -
System Red Green Blue C M Y K H S L
Decimal 5 54 30 0.91 0 0.44 0.79 150.61 0.83 0.12
Hex 5 36 1E 5B 0 2C 4F 97 53 C
Octal 5 66 36 133 0 54 117 227 123 14
Binary 101 110110 11110 1011011 0 101100 1001111 10010111 1010011 1100

Color Harmonies of #05361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05361E

Black with #05361E

Text Example


Text Example

White with #05361E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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