Html Css Color HEX #05351A Dark Green

📋 copy color: '#05351A'

red 5 ◦ green 53 ◦ blue 26

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

Shades of Dark Green #05351A

Tints of Dark Green #05351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 63.1%

 BLUE value IS 26 (10.55% from 255) = 30.95%

R = 5.95%
G = 63.1%
B = 30.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.79

RGB Variations

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

Color information

#05351A (or 0x05351A) is known color: Dark Green. HEX triplet: 05, 35 and 1A. RGB value is (5,53,26). Sum of RGB (Red+Green+Blue) = 5+53+26=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 53 (21.09% from 255 or 63.10% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 53 - color contains mainly: green. Hex color #05351A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05351A is #FACAE5. Grayscale: #232323. Windows color (decimal): -16435942 or 1717509. OLE color: 1717509.

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

Color convert

RGB 5 53 26 -
CMYK 0.91 0 0.51 0.79
HSL 146.25º 0.83% 0.11% -
HSV(B) 146.25º 0.91% 0.21% -
XYZ 1.52 2.65 1.41 -
YUV 35.57 122.6 106.2 -
System Red Green Blue C M Y K H S L
Decimal 5 53 26 0.91 0 0.51 0.79 146.25 0.83 0.11
Hex 5 35 1A 5B 0 33 4F 92 53 B
Octal 5 65 32 133 0 63 117 222 123 13
Binary 101 110101 11010 1011011 0 110011 1001111 10010010 1010011 1011

Color Harmonies of #05351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05351A

Black with #05351A

Text Example


Text Example

White with #05351A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05351A; }

 p { color: rgb(5,53,26); }

 H1.HeaderClassName
 {
   color: #05351A;
 }
 .AnyTagClassName
 {
   color: #05351A;
 }
</style>

background-color css

<style>
 a { background-color: #05351A; }

 a { background-color: rgb(5,53,26); }

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

border-color css

<style>
 span { border-color: #05351A; }

 span { border-color: rgb(5,53,26); }

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