Html Css Color HEX #05362F Dark Green

📋 copy color: '#05362F'

red 5 ◦ green 54 ◦ blue 47

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

Shades of Dark Green #05362F

Tints of Dark Green #05362F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 44.34%

R = 4.72%
G = 50.94%
B = 44.34%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#05362F (or 0x05362F) is known color: Dark Green. HEX triplet: 05, 36 and 2F. RGB value is (5,54,47). Sum of RGB (Red+Green+Blue) = 5+54+47=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 54 (21.48% from 255 or 50.94% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 54 - color contains mainly: green. Hex color #05362F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05362F is #FAC9D0. Grayscale: #262626. Windows color (decimal): -16435665 or 3094021. OLE color: 3094021.

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

Color convert

RGB 5 54 47 -
CMYK 0.91 0 0.13 0.79
HSL 171.43º 0.83% 0.12% -
HSV(B) 171.43º 0.91% 0.21% -
XYZ 1.89 2.88 3.14 -
YUV 38.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 5 54 47 0.91 0 0.13 0.79 171.43 0.83 0.12
Hex 5 36 2F 5B 0 D 4F AB 53 C
Octal 5 66 57 133 0 15 117 253 123 14
Binary 101 110110 101111 1011011 0 1101 1001111 10101011 1010011 1100

Color Harmonies of #05362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05362F

Black with #05362F

Text Example


Text Example

White with #05362F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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