Html Css Color HEX #05351E Dark Green

📋 copy color: '#05351E'

red 5 ◦ green 53 ◦ blue 30

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

Shades of Dark Green #05351E

Tints of Dark Green #05351E

RGB

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

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

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

R = 5.68%
G = 60.23%
B = 34.09%

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

#05351E (or 0x05351E) is known color: Dark Green. HEX triplet: 05, 35 and 1E. RGB value is (5,53,30). Sum of RGB (Red+Green+Blue) = 5+53+30=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 53 (21.09% from 255 or 60.23% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 53 - color contains mainly: green. Hex color #05351E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05351E is #FACAE1. Grayscale: #242424. Windows color (decimal): -16435938 or 1979653. OLE color: 1979653.

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

Color convert

RGB 5 53 30 -
CMYK 0.91 0 0.43 0.79
HSL 151.25º 0.83% 0.11% -
HSV(B) 151.25º 0.91% 0.21% -
XYZ 1.57 2.67 1.66 -
YUV 36.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 5 53 30 0.91 0 0.43 0.79 151.25 0.83 0.11
Hex 5 35 1E 5B 0 2B 4F 97 53 B
Octal 5 65 36 133 0 53 117 227 123 13
Binary 101 110101 11110 1011011 0 101011 1001111 10010111 1010011 1011

Color Harmonies of #05351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05351E

Black with #05351E

Text Example


Text Example

White with #05351E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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