Html Css Color HEX #0F552E Crusoe

📋 copy color: '#0F552E'

red 15 ◦ green 85 ◦ blue 46

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

Shades of Crusoe #0F552E

Tints of Crusoe #0F552E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 31.51%

R = 10.27%
G = 58.22%
B = 31.51%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#0F552E (or 0x0F552E) is known color: Crusoe. HEX triplet: 0F, 55 and 2E. RGB value is (15,85,46). Sum of RGB (Red+Green+Blue) = 15+85+46=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #0F552E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F552E is #F0AAD1. Grayscale: #3B3B3B. Windows color (decimal): -15772370 or 3036431. OLE color: 3036431.

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

Color convert

RGB 15 85 46 -
CMYK 0.82 0 0.46 0.67
HSL 146.57º 0.7% 0.2% -
HSV(B) 146.57º 0.82% 0.33% -
XYZ 3.94 6.8 3.69 -
YUV 59.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 15 85 46 0.82 0 0.46 0.67 146.57 0.7 0.2
Hex F 55 2E 52 0 2E 43 93 46 14
Octal 17 125 56 122 0 56 103 223 106 24
Binary 1111 1010101 101110 1010010 0 101110 1000011 10010011 1000110 10100

Color Harmonies of #0F552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F552E

Black with #0F552E

Text Example


Text Example

White with #0F552E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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