Html Css Color HEX #0F531B Crusoe

📋 copy color: '#0F531B'

red 15 ◦ green 83 ◦ blue 27

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

Shades of Crusoe #0F531B

Tints of Crusoe #0F531B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 66.4%

 BLUE value IS 27 (10.94% from 255) = 21.6%

R = 12%
G = 66.4%
B = 21.6%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#0F531B (or 0x0F531B) is known color: Crusoe. HEX triplet: 0F, 53 and 1B. RGB value is (15,83,27). Sum of RGB (Red+Green+Blue) = 15+83+27=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 83 (32.81% from 255 or 66.4% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 83 - color contains mainly: green. Hex color #0F531B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F531B is #F0ACE4. Grayscale: #383838. Windows color (decimal): -15772901 or 1790735. OLE color: 1790735.

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

Color convert

RGB 15 83 27 -
CMYK 0.82 0 0.67 0.67
HSL 130.59º 0.69% 0.19% -
HSV(B) 130.59º 0.82% 0.33% -
XYZ 3.49 6.37 2.08 -
YUV 56.28 111.47 98.55 -
System Red Green Blue C M Y K H S L
Decimal 15 83 27 0.82 0 0.67 0.67 130.59 0.69 0.19
Hex F 53 1B 52 0 43 43 83 45 13
Octal 17 123 33 122 0 103 103 203 105 23
Binary 1111 1010011 11011 1010010 0 1000011 1000011 10000011 1000101 10011

Color Harmonies of #0F531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F531B

Black with #0F531B

Text Example


Text Example

White with #0F531B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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