Html Css Color HEX #3C6231 Green House

📋 copy color: '#3C6231'

red 60 ◦ green 98 ◦ blue 49

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

Shades of Green House #3C6231

Tints of Green House #3C6231

RGB

 RED value IS 60 (23.83% from 255) = 28.99%

 GREEN value IS 98 (38.67% from 255) = 47.34%

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

R = 28.99%
G = 47.34%
B = 23.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#3C6231 (or 0x3C6231) is known color: Green House. HEX triplet: 3C, 62 and 31. RGB value is (60,98,49). Sum of RGB (Red+Green+Blue) = 60+98+49=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #3C6231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6231 is #C39DCE. Grayscale: #515151. Windows color (decimal): -12819919 or 3236412. OLE color: 3236412.

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

Color convert

RGB 60 98 49 -
CMYK 0.39 0 0.5 0.62
HSL 106.53º 0.33% 0.29% -
HSV(B) 106.53º 0.5% 0.38% -
XYZ 6.79 9.92 4.46 -
YUV 81.05 109.91 112.98 -
System Red Green Blue C M Y K H S L
Decimal 60 98 49 0.39 0 0.5 0.62 106.53 0.33 0.29
Hex 3C 62 31 27 0 32 3E 6B 21 1D
Octal 74 142 61 47 0 62 76 153 41 35
Binary 111100 1100010 110001 100111 0 110010 111110 1101011 100001 11101

Color Harmonies of #3C6231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6231

Black with #3C6231

Text Example


Text Example

White with #3C6231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,98,49); }

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

background-color css

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

 a { background-color: rgb(60,98,49); }

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

border-color css

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

 span { border-color: rgb(60,98,49); }

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