Html Css Color HEX #3C6627 Green House

📋 copy color: '#3C6627'

red 60 ◦ green 102 ◦ blue 39

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

Shades of Green House #3C6627

Tints of Green House #3C6627

RGB

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

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

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

R = 29.85%
G = 50.75%
B = 19.4%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.62

 K value IS 0.6

RGB Variations

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

Color information

#3C6627 (or 0x3C6627) is known color: Green House. HEX triplet: 3C, 66 and 27. RGB value is (60,102,39). Sum of RGB (Red+Green+Blue) = 60+102+39=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #3C6627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6627 is #C399D8. Grayscale: #525252. Windows color (decimal): -12818905 or 2582076. OLE color: 2582076.

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

Color convert

RGB 60 102 39 -
CMYK 0.41 0 0.62 0.6
HSL 100º 0.45% 0.28% -
HSV(B) 100º 0.62% 0.4% -
XYZ 6.98 10.61 3.6 -
YUV 82.26 103.59 112.12 -
System Red Green Blue C M Y K H S L
Decimal 60 102 39 0.41 0 0.62 0.6 100 0.45 0.28
Hex 3C 66 27 29 0 3E 3C 64 2D 1C
Octal 74 146 47 51 0 76 74 144 55 34
Binary 111100 1100110 100111 101001 0 111110 111100 1100100 101101 11100

Color Harmonies of #3C6627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6627

Black with #3C6627

Text Example


Text Example

White with #3C6627

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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