Html Css Color HEX #3B6327 Green House

📋 copy color: '#3B6327'

red 59 ◦ green 99 ◦ blue 39

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

Shades of Green House #3B6327

Tints of Green House #3B6327

RGB

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

 GREEN value IS 99 (39.06% from 255) = 50.25%

 BLUE value IS 39 (15.63% from 255) = 19.8%

R = 29.95%
G = 50.25%
B = 19.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#3B6327 (or 0x3B6327) is known color: Green House. HEX triplet: 3B, 63 and 27. RGB value is (59,99,39). Sum of RGB (Red+Green+Blue) = 59+99+39=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #3B6327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6327 is #C49CD8. Grayscale: #505050. Windows color (decimal): -12885209 or 2581307. OLE color: 2581307.

HSL color Cylindrical-coordinate representation of color #3B6327: hue angle of 100º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B6327 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB 59 99 39 -
CMYK 0.40 0 0.61 0.61
HSL 100º 0.43% 0.27% -
HSV(B) 100º 0.61% 0.39% -
XYZ 6.63 10 3.5 -
YUV 80.2 104.75 112.88 -
System Red Green Blue C M Y K H S L
Decimal 59 99 39 0.40 0 0.61 0.61 100 0.43 0.27
Hex 3B 63 27 28 0 3D 3D 64 2B 1B
Octal 73 143 47 50 0 75 75 144 53 33
Binary 111011 1100011 100111 101000 0 111101 111101 1100100 101011 11011

Color Harmonies of #3B6327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6327

Black with #3B6327

Text Example


Text Example

White with #3B6327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,99,39); }

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

background-color css

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

 a { background-color: rgb(59,99,39); }

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

border-color css

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

 span { border-color: rgb(59,99,39); }

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