Html Css Color HEX #0F552C Crusoe

📋 copy color: '#0F552C'

red 15 ◦ green 85 ◦ blue 44

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

Shades of Crusoe #0F552C

Tints of Crusoe #0F552C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 30.56%

R = 10.42%
G = 59.03%
B = 30.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#0F552C (or 0x0F552C) is known color: Crusoe. HEX triplet: 0F, 55 and 2C. RGB value is (15,85,44). Sum of RGB (Red+Green+Blue) = 15+85+44=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #0F552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F552C is #F0AAD3. Grayscale: #3B3B3B. Windows color (decimal): -15772372 or 2905359. OLE color: 2905359.

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

Color convert

RGB 15 85 44 -
CMYK 0.82 0 0.48 0.67
HSL 144.86º 0.7% 0.2% -
HSV(B) 144.86º 0.82% 0.33% -
XYZ 3.9 6.78 3.49 -
YUV 59.4 119.31 96.33 -
System Red Green Blue C M Y K H S L
Decimal 15 85 44 0.82 0 0.48 0.67 144.86 0.7 0.2
Hex F 55 2C 52 0 30 43 91 46 14
Octal 17 125 54 122 0 60 103 221 106 24
Binary 1111 1010101 101100 1010010 0 110000 1000011 10010001 1000110 10100

Color Harmonies of #0F552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F552C

Black with #0F552C

Text Example


Text Example

White with #0F552C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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