Html Css Color HEX #05361F Dark Green

📋 copy color: '#05361F'

red 5 ◦ green 54 ◦ blue 31

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

Shades of Dark Green #05361F

Tints of Dark Green #05361F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 34.44%

R = 5.56%
G = 60%
B = 34.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#05361F (or 0x05361F) is known color: Dark Green. HEX triplet: 05, 36 and 1F. RGB value is (5,54,31). Sum of RGB (Red+Green+Blue) = 5+54+31=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 54 (21.48% from 255 or 60% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 54 - color contains mainly: green. Hex color #05361F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05361F is #FAC9E0. Grayscale: #242424. Windows color (decimal): -16435681 or 2045445. OLE color: 2045445.

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

Color convert

RGB 5 54 31 -
CMYK 0.91 0 0.43 0.79
HSL 151.84º 0.83% 0.12% -
HSV(B) 151.84º 0.91% 0.21% -
XYZ 1.63 2.77 1.75 -
YUV 36.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 5 54 31 0.91 0 0.43 0.79 151.84 0.83 0.12
Hex 5 36 1F 5B 0 2B 4F 98 53 C
Octal 5 66 37 133 0 53 117 230 123 14
Binary 101 110110 11111 1011011 0 101011 1001111 10011000 1010011 1100

Color Harmonies of #05361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05361F

Black with #05361F

Text Example


Text Example

White with #05361F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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