Html Css Color HEX #3C662B Green House

📋 copy color: '#3C662B'

red 60 ◦ green 102 ◦ blue 43

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

Shades of Green House #3C662B

Tints of Green House #3C662B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 49.76%

 BLUE value IS 43 (17.19% from 255) = 20.98%

R = 29.27%
G = 49.76%
B = 20.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#3C662B (or 0x3C662B) is known color: Green House. HEX triplet: 3C, 66 and 2B. RGB value is (60,102,43). Sum of RGB (Red+Green+Blue) = 60+102+43=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #3C662B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C662B is #C399D4. Grayscale: #525252. Windows color (decimal): -12818901 or 2844220. OLE color: 2844220.

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

Color convert

RGB 60 102 43 -
CMYK 0.41 0 0.58 0.6
HSL 102.71º 0.41% 0.28% -
HSV(B) 102.71º 0.58% 0.4% -
XYZ 7.05 10.64 3.97 -
YUV 82.72 105.59 111.8 -
System Red Green Blue C M Y K H S L
Decimal 60 102 43 0.41 0 0.58 0.6 102.71 0.41 0.28
Hex 3C 66 2B 29 0 3A 3C 67 29 1C
Octal 74 146 53 51 0 72 74 147 51 34
Binary 111100 1100110 101011 101001 0 111010 111100 1100111 101001 11100

Color Harmonies of #3C662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C662B

Black with #3C662B

Text Example


Text Example

White with #3C662B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,102,43); }

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

background-color css

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

 a { background-color: rgb(60,102,43); }

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

border-color css

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

 span { border-color: rgb(60,102,43); }

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