Html Css Color HEX #0F541B Crusoe

📋 copy color: '#0F541B'

red 15 ◦ green 84 ◦ blue 27

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

Shades of Crusoe #0F541B

Tints of Crusoe #0F541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 66.67%

 BLUE value IS 27 (10.94% from 255) = 21.43%

R = 11.9%
G = 66.67%
B = 21.43%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#0F541B (or 0x0F541B) is known color: Crusoe. HEX triplet: 0F, 54 and 1B. RGB value is (15,84,27). Sum of RGB (Red+Green+Blue) = 15+84+27=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 84 (33.20% from 255 or 66.67% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 84 - color contains mainly: green. Hex color #0F541B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F541B is #F0ABE4. Grayscale: #393939. Windows color (decimal): -15772645 or 1790991. OLE color: 1790991.

HSL color Cylindrical-coordinate representation of color #0F541B: hue angle of 130.43º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F541B is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 84 27 -
CMYK 0.82 0 0.68 0.67
HSL 130.43º 0.7% 0.19% -
HSV(B) 130.43º 0.82% 0.33% -
XYZ 3.57 6.52 2.11 -
YUV 56.87 111.14 98.13 -
System Red Green Blue C M Y K H S L
Decimal 15 84 27 0.82 0 0.68 0.67 130.43 0.7 0.19
Hex F 54 1B 52 0 44 43 82 46 13
Octal 17 124 33 122 0 104 103 202 106 23
Binary 1111 1010100 11011 1010010 0 1000100 1000011 10000010 1000110 10011

Color Harmonies of #0F541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F541B

Black with #0F541B

Text Example


Text Example

White with #0F541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,84,27); }

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

background-color css

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

 a { background-color: rgb(15,84,27); }

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

border-color css

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

 span { border-color: rgb(15,84,27); }

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