Html Css Color HEX #0F5428 Crusoe

📋 copy color: '#0F5428'

red 15 ◦ green 84 ◦ blue 40

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

Shades of Crusoe #0F5428

Tints of Crusoe #0F5428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.78%

R = 10.79%
G = 60.43%
B = 28.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#0F5428 (or 0x0F5428) is known color: Crusoe. HEX triplet: 0F, 54 and 28. RGB value is (15,84,40). Sum of RGB (Red+Green+Blue) = 15+84+40=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 84 (33.20% from 255 or 60.43% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 84 - color contains mainly: green. Hex color #0F5428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5428 is #F0ABD7. Grayscale: #3A3A3A. Windows color (decimal): -15772632 or 2642959. OLE color: 2642959.

HSL color Cylindrical-coordinate representation of color #0F5428: hue angle of 141.74º 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 #0F5428 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 84 40 -
CMYK 0.82 0 0.52 0.67
HSL 141.74º 0.7% 0.19% -
HSV(B) 141.74º 0.82% 0.33% -
XYZ 3.75 6.6 3.08 -
YUV 58.35 117.64 97.08 -
System Red Green Blue C M Y K H S L
Decimal 15 84 40 0.82 0 0.52 0.67 141.74 0.7 0.19
Hex F 54 28 52 0 34 43 8E 46 13
Octal 17 124 50 122 0 64 103 216 106 23
Binary 1111 1010100 101000 1010010 0 110100 1000011 10001110 1000110 10011

Color Harmonies of #0F5428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5428

Black with #0F5428

Text Example


Text Example

White with #0F5428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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