Html Css Color HEX #055C0D Green

📋 copy color: '#055C0D'

red 5 ◦ green 92 ◦ blue 13

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

Shades of Green #055C0D

Tints of Green #055C0D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 83.64%

 BLUE value IS 13 (5.47% from 255) = 11.82%

R = 4.55%
G = 83.64%
B = 11.82%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#055C0D (or 0x055C0D) is known color: Green. HEX triplet: 05, 5C and 0D. RGB value is (5,92,13). Sum of RGB (Red+Green+Blue) = 5+92+13=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 92 (36.33% from 255 or 83.64% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 92 - color contains mainly: green. Hex color #055C0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055C0D is #FAA3F2. Grayscale: #393939. Windows color (decimal): -16425971 or 875525. OLE color: 875525.

HSL color Cylindrical-coordinate representation of color #055C0D: hue angle of 125.52º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055C0D is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 92 13 -
CMYK 0.95 0 0.86 0.64
HSL 125.52º 0.9% 0.19% -
HSV(B) 125.52º 0.95% 0.36% -
XYZ 3.96 7.72 1.66 -
YUV 56.98 103.18 90.92 -
System Red Green Blue C M Y K H S L
Decimal 5 92 13 0.95 0 0.86 0.64 125.52 0.9 0.19
Hex 5 5C D 5F 0 56 40 7E 5A 13
Octal 5 134 15 137 0 126 100 176 132 23
Binary 101 1011100 1101 1011111 0 1010110 1000000 1111110 1011010 10011

Color Harmonies of #055C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055C0D

Black with #055C0D

Text Example


Text Example

White with #055C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055C0D; }

 p { color: rgb(5,92,13); }

 H1.HeaderClassName
 {
   color: #055C0D;
 }
 .AnyTagClassName
 {
   color: #055C0D;
 }
</style>

background-color css

<style>
 a { background-color: #055C0D; }

 a { background-color: rgb(5,92,13); }

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

border-color css

<style>
 span { border-color: #055C0D; }

 span { border-color: rgb(5,92,13); }

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