Html Css Color HEX #0F5433 Crusoe

📋 copy color: '#0F5433'

red 15 ◦ green 84 ◦ blue 51

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

Shades of Crusoe #0F5433

Tints of Crusoe #0F5433

RGB

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

 GREEN value IS 84 (33.2% from 255) = 56%

 BLUE value IS 51 (20.31% from 255) = 34%

R = 10%
G = 56%
B = 34%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#0F5433 (or 0x0F5433) is known color: Crusoe. HEX triplet: 0F, 54 and 33. RGB value is (15,84,51). Sum of RGB (Red+Green+Blue) = 15+84+51=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 84 (33.20% from 255 or 56% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 84 - color contains mainly: green. Hex color #0F5433 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5433 is #F0ABCC. Grayscale: #3B3B3B. Windows color (decimal): -15772621 or 3363855. OLE color: 3363855.

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

Color convert

RGB 15 84 51 -
CMYK 0.82 0 0.39 0.67
HSL 151.3º 0.7% 0.19% -
HSV(B) 151.3º 0.82% 0.33% -
XYZ 3.96 6.68 4.21 -
YUV 59.61 123.14 96.18 -
System Red Green Blue C M Y K H S L
Decimal 15 84 51 0.82 0 0.39 0.67 151.3 0.7 0.19
Hex F 54 33 52 0 27 43 97 46 13
Octal 17 124 63 122 0 47 103 227 106 23
Binary 1111 1010100 110011 1010010 0 100111 1000011 10010111 1000110 10011

Color Harmonies of #0F5433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5433

Black with #0F5433

Text Example


Text Example

White with #0F5433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,84,51); }

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

background-color css

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

 a { background-color: rgb(15,84,51); }

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

border-color css

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

 span { border-color: rgb(15,84,51); }

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