Html Css Color HEX #3C642A Green House

📋 copy color: '#3C642A'

red 60 ◦ green 100 ◦ blue 42

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

Shades of Green House #3C642A

Tints of Green House #3C642A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 49.5%

 BLUE value IS 42 (16.8% from 255) = 20.79%

R = 29.7%
G = 49.5%
B = 20.79%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#3C642A (or 0x3C642A) is known color: Green House. HEX triplet: 3C, 64 and 2A. RGB value is (60,100,42). Sum of RGB (Red+Green+Blue) = 60+100+42=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 100 (39.45% from 255 or 49.50% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 100 - color contains mainly: green. Hex color #3C642A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C642A is #C39BD5. Grayscale: #515151. Windows color (decimal): -12819414 or 2778172. OLE color: 2778172.

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

Color convert

RGB 60 100 42 -
CMYK 0.4 0 0.58 0.61
HSL 101.38º 0.41% 0.28% -
HSV(B) 101.38º 0.58% 0.39% -
XYZ 6.84 10.24 3.81 -
YUV 81.43 105.75 112.72 -
System Red Green Blue C M Y K H S L
Decimal 60 100 42 0.4 0 0.58 0.61 101.38 0.41 0.28
Hex 3C 64 2A 28 0 3A 3D 65 29 1C
Octal 74 144 52 50 0 72 75 145 51 34
Binary 111100 1100100 101010 101000 0 111010 111101 1100101 101001 11100

Color Harmonies of #3C642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C642A

Black with #3C642A

Text Example


Text Example

White with #3C642A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,100,42); }

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

background-color css

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

 a { background-color: rgb(60,100,42); }

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

border-color css

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

 span { border-color: rgb(60,100,42); }

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