Html Css Color HEX #0B5231 Zuccini

📋 copy color: '#0B5231'

red 11 ◦ green 82 ◦ blue 49

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

Shades of Zuccini #0B5231

Tints of Zuccini #0B5231

RGB

 RED value IS 11 (4.69% from 255) = 7.75%

 GREEN value IS 82 (32.42% from 255) = 57.75%

 BLUE value IS 49 (19.53% from 255) = 34.51%

R = 7.75%
G = 57.75%
B = 34.51%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#0B5231 (or 0x0B5231) is known color: Zuccini. HEX triplet: 0B, 52 and 31. RGB value is (11,82,49). Sum of RGB (Red+Green+Blue) = 11+82+49=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #0B5231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5231 is #F4ADCE. Grayscale: #393939. Windows color (decimal): -16035279 or 3232267. OLE color: 3232267.

HSL color Cylindrical-coordinate representation of color #0B5231: hue angle of 152.11º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5231 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 11 82 49 -
CMYK 0.87 0 0.40 0.68
HSL 152.11º 0.76% 0.18% -
HSV(B) 152.11º 0.87% 0.32% -
XYZ 3.71 6.33 3.93 -
YUV 57.01 123.48 95.18 -
System Red Green Blue C M Y K H S L
Decimal 11 82 49 0.87 0 0.40 0.68 152.11 0.76 0.18
Hex B 52 31 57 0 28 44 98 4C 12
Octal 13 122 61 127 0 50 104 230 114 22
Binary 1011 1010010 110001 1010111 0 101000 1000100 10011000 1001100 10010

Color Harmonies of #0B5231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5231

Black with #0B5231

Text Example


Text Example

White with #0B5231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,82,49); }

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

background-color css

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

 a { background-color: rgb(11,82,49); }

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

border-color css

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

 span { border-color: rgb(11,82,49); }

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