Html Css Color HEX #0F532B Crusoe

📋 copy color: '#0F532B'

red 15 ◦ green 83 ◦ blue 43

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

Shades of Crusoe #0F532B

Tints of Crusoe #0F532B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.5%

R = 10.64%
G = 58.87%
B = 30.5%

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

#0F532B (or 0x0F532B) is known color: Crusoe. HEX triplet: 0F, 53 and 2B. RGB value is (15,83,43). Sum of RGB (Red+Green+Blue) = 15+83+43=141 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.64% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #0F532B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F532B is #F0ACD4. Grayscale: #3A3A3A. Windows color (decimal): -15772885 or 2839311. OLE color: 2839311.

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

Color convert

RGB 15 83 43 -
CMYK 0.82 0 0.48 0.67
HSL 144.71º 0.69% 0.19% -
HSV(B) 144.71º 0.82% 0.33% -
XYZ 3.73 6.46 3.34 -
YUV 58.11 119.47 97.25 -
System Red Green Blue C M Y K H S L
Decimal 15 83 43 0.82 0 0.48 0.67 144.71 0.69 0.19
Hex F 53 2B 52 0 30 43 91 45 13
Octal 17 123 53 122 0 60 103 221 105 23
Binary 1111 1010011 101011 1010010 0 110000 1000011 10010001 1000101 10011

Color Harmonies of #0F532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F532B

Black with #0F532B

Text Example


Text Example

White with #0F532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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