Html Css Color HEX #3B6028 Green House

📋 copy color: '#3B6028'

red 59 ◦ green 96 ◦ blue 40

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

Shades of Green House #3B6028

Tints of Green House #3B6028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.51%

R = 30.26%
G = 49.23%
B = 20.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#3B6028 (or 0x3B6028) is known color: Green House. HEX triplet: 3B, 60 and 28. RGB value is (59,96,40). Sum of RGB (Red+Green+Blue) = 59+96+40=195 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.26% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #3B6028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6028 is #C49FD7. Grayscale: #4E4E4E. Windows color (decimal): -12885976 or 2646075. OLE color: 2646075.

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

Color convert

RGB 59 96 40 -
CMYK 0.39 0 0.58 0.62
HSL 99.64º 0.41% 0.27% -
HSV(B) 99.64º 0.58% 0.38% -
XYZ 6.37 9.45 3.5 -
YUV 78.55 106.24 114.05 -
System Red Green Blue C M Y K H S L
Decimal 59 96 40 0.39 0 0.58 0.62 99.64 0.41 0.27
Hex 3B 60 28 27 0 3A 3E 64 29 1B
Octal 73 140 50 47 0 72 76 144 51 33
Binary 111011 1100000 101000 100111 0 111010 111110 1100100 101001 11011

Color Harmonies of #3B6028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6028

Black with #3B6028

Text Example


Text Example

White with #3B6028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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