Html Css Color HEX #0F5522 Crusoe

📋 copy color: '#0F5522'

red 15 ◦ green 85 ◦ blue 34

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

Shades of Crusoe #0F5522

Tints of Crusoe #0F5522

RGB

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

 GREEN value IS 85 (33.59% from 255) = 63.43%

 BLUE value IS 34 (13.67% from 255) = 25.37%

R = 11.19%
G = 63.43%
B = 25.37%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#0F5522 (or 0x0F5522) is known color: Crusoe. HEX triplet: 0F, 55 and 22. RGB value is (15,85,34). Sum of RGB (Red+Green+Blue) = 15+85+34=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5522 is #F0AADD. Grayscale: #3A3A3A. Windows color (decimal): -15772382 or 2249999. OLE color: 2249999.

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

Color convert

RGB 15 85 34 -
CMYK 0.82 0 0.60 0.67
HSL 136.29º 0.7% 0.2% -
HSV(B) 136.29º 0.82% 0.33% -
XYZ 3.73 6.71 2.61 -
YUV 58.26 114.31 97.15 -
System Red Green Blue C M Y K H S L
Decimal 15 85 34 0.82 0 0.60 0.67 136.29 0.7 0.2
Hex F 55 22 52 0 3C 43 88 46 14
Octal 17 125 42 122 0 74 103 210 106 24
Binary 1111 1010101 100010 1010010 0 111100 1000011 10001000 1000110 10100

Color Harmonies of #0F5522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5522

Black with #0F5522

Text Example


Text Example

White with #0F5522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,85,34); }

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

background-color css

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

 a { background-color: rgb(15,85,34); }

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

border-color css

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

 span { border-color: rgb(15,85,34); }

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