#0F621B

Color #0F621B Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #0F621B

Tints of Crusoe #0F621B

Color information

#0F621B (or 0x0F621B) is unknown color: approx Crusoe. HEX triplet: 0F, 62 and 1B. RGB value is (15,98,27). Sum of RGB (Red+Green+Blue) = 15+98+27=140 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.71% from 140); Green value is 98 (38.67% from 255 or 70% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 98 - color contains mainly: green. Hex color #0F621B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F621B is #F09DE4. Grayscale: #414141. Windows color (decimal): -15769061 or 1794575. OLE color: 1794575.

HSL color Cylindrical-coordinate representation of color #0F621B: hue angle of 128.67º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F621B is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB159827-
CMYK0.8500.720.62
HSL128.67º73.45%22.16%-
HSV(B)128.67º84.69%38.43%-
XYZ4.768.922.51-
YUV65.09106.592.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.71%
GREEN value IS 98 (38.67% from 255) = 70%
BLUE value IS 27 (10.94% from 255) = 19.29%
R=10.71%
G=70%
B=19.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1598270.8500.720.62128.6773.4522.16
HexF621B550483E814916
Octal171423312501107620111126
Binary111111000101101110101010100100011111010000001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F621B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F621B;
 }
 .AnyTagClassName
 {
   color: #0F621B;
 }
</style>
background-color css

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

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

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

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

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

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