Html Css Color HEX #0F561C Crusoe

📋 copy color: '#0F561C'

red 15 ◦ green 86 ◦ blue 28

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

Shades of Crusoe #0F561C

Tints of Crusoe #0F561C

RGB

 RED value IS 15 (6.25% from 255) = 11.63%

 GREEN value IS 86 (33.98% from 255) = 66.67%

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

R = 11.63%
G = 66.67%
B = 21.71%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#0F561C (or 0x0F561C) is known color: Crusoe. HEX triplet: 0F, 56 and 1C. RGB value is (15,86,28). Sum of RGB (Red+Green+Blue) = 15+86+28=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 86 (33.98% from 255 or 66.67% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 86 - color contains mainly: green. Hex color #0F561C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F561C is #F0A9E3. Grayscale: #3A3A3A. Windows color (decimal): -15772132 or 1857039. OLE color: 1857039.

HSL color Cylindrical-coordinate representation of color #0F561C: hue angle of 130.99º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F561C is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 15 86 28 -
CMYK 0.83 0 0.67 0.66
HSL 130.99º 0.7% 0.2% -
HSV(B) 130.99º 0.83% 0.34% -
XYZ 3.73 6.84 2.22 -
YUV 58.16 110.98 97.22 -
System Red Green Blue C M Y K H S L
Decimal 15 86 28 0.83 0 0.67 0.66 130.99 0.7 0.2
Hex F 56 1C 53 0 43 42 83 46 14
Octal 17 126 34 123 0 103 102 203 106 24
Binary 1111 1010110 11100 1010011 0 1000011 1000010 10000011 1000110 10100

Color Harmonies of #0F561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F561C

Black with #0F561C

Text Example


Text Example

White with #0F561C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,86,28); }

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

background-color css

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

 a { background-color: rgb(15,86,28); }

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

border-color css

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

 span { border-color: rgb(15,86,28); }

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