Html Css Color HEX #0A4F1C Crusoe

📋 copy color: '#0A4F1C'

red 10 ◦ green 79 ◦ blue 28

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

Shades of Crusoe #0A4F1C

Tints of Crusoe #0A4F1C

RGB

 RED value IS 10 (4.3% from 255) = 8.55%

 GREEN value IS 79 (31.25% from 255) = 67.52%

 BLUE value IS 28 (11.33% from 255) = 23.93%

R = 8.55%
G = 67.52%
B = 23.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#0A4F1C (or 0x0A4F1C) is known color: Crusoe. HEX triplet: 0A, 4F and 1C. RGB value is (10,79,28). Sum of RGB (Red+Green+Blue) = 10+79+28=117 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.55% from 117); Green value is 79 (31.25% from 255 or 67.52% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 79 - color contains mainly: green. Hex color #0A4F1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A4F1C is #F5B0E3. Grayscale: #343434. Windows color (decimal): -16101604 or 1855242. OLE color: 1855242.

HSL color Cylindrical-coordinate representation of color #0A4F1C: hue angle of 135.65º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4F1C is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 10 79 28 -
CMYK 0.87 0 0.65 0.69
HSL 135.65º 0.78% 0.17% -
HSV(B) 135.65º 0.87% 0.31% -
XYZ 3.13 5.74 2.04 -
YUV 52.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 10 79 28 0.87 0 0.65 0.69 135.65 0.78 0.17
Hex A 4F 1C 57 0 41 45 88 4E 11
Octal 12 117 34 127 0 101 105 210 116 21
Binary 1010 1001111 11100 1010111 0 1000001 1000101 10001000 1001110 10001

Color Harmonies of #0A4F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4F1C

Black with #0A4F1C

Text Example


Text Example

White with #0A4F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A4F1C; }

 p { color: rgb(10,79,28); }

 H1.HeaderClassName
 {
   color: #0A4F1C;
 }
 .AnyTagClassName
 {
   color: #0A4F1C;
 }
</style>

background-color css

<style>
 a { background-color: #0A4F1C; }

 a { background-color: rgb(10,79,28); }

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

border-color css

<style>
 span { border-color: #0A4F1C; }

 span { border-color: rgb(10,79,28); }

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