Html Css Color HEX #3B6015 Clover

📋 copy color: '#3B6015'

red 59 ◦ green 96 ◦ blue 21

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

Shades of Clover #3B6015

Tints of Clover #3B6015

RGB

 RED value IS 59 (23.44% from 255) = 33.52%

 GREEN value IS 96 (37.89% from 255) = 54.55%

 BLUE value IS 21 (8.59% from 255) = 11.93%

R = 33.52%
G = 54.55%
B = 11.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#3B6015 (or 0x3B6015) is known color: Clover. HEX triplet: 3B, 60 and 15. RGB value is (59,96,21). Sum of RGB (Red+Green+Blue) = 59+96+21=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #3B6015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6015 is #C49FEA. Grayscale: #4C4C4C. Windows color (decimal): -12885995 or 1400891. OLE color: 1400891.

HSL color Cylindrical-coordinate representation of color #3B6015: hue angle of 89.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B6015 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 59 96 21 -
CMYK 0.39 0 0.78 0.62
HSL 89.6º 0.64% 0.23% -
HSV(B) 89.6º 0.78% 0.38% -
XYZ 6.12 9.35 2.19 -
YUV 76.39 96.74 115.6 -
System Red Green Blue C M Y K H S L
Decimal 59 96 21 0.39 0 0.78 0.62 89.6 0.64 0.23
Hex 3B 60 15 27 0 4E 3E 5A 40 17
Octal 73 140 25 47 0 116 76 132 100 27
Binary 111011 1100000 10101 100111 0 1001110 111110 1011010 1000000 10111

Color Harmonies of #3B6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6015

Black with #3B6015

Text Example


Text Example

White with #3B6015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B6015; }

 p { color: rgb(59,96,21); }

 H1.HeaderClassName
 {
   color: #3B6015;
 }
 .AnyTagClassName
 {
   color: #3B6015;
 }
</style>

background-color css

<style>
 a { background-color: #3B6015; }

 a { background-color: rgb(59,96,21); }

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

border-color css

<style>
 span { border-color: #3B6015; }

 span { border-color: rgb(59,96,21); }

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