Html Css Color HEX #3C602A Green House

📋 copy color: '#3C602A'

red 60 ◦ green 96 ◦ blue 42

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

Shades of Green House #3C602A

Tints of Green House #3C602A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.48%

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

R = 30.3%
G = 48.48%
B = 21.21%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#3C602A (or 0x3C602A) is known color: Green House. HEX triplet: 3C, 60 and 2A. RGB value is (60,96,42). Sum of RGB (Red+Green+Blue) = 60+96+42=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #3C602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C602A is #C39FD5. Grayscale: #4F4F4F. Windows color (decimal): -12820438 or 2777148. OLE color: 2777148.

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

Color convert

RGB 60 96 42 -
CMYK 0.38 0 0.56 0.62
HSL 100º 0.39% 0.27% -
HSV(B) 100º 0.56% 0.38% -
XYZ 6.46 9.49 3.68 -
YUV 79.08 107.07 114.39 -
System Red Green Blue C M Y K H S L
Decimal 60 96 42 0.38 0 0.56 0.62 100 0.39 0.27
Hex 3C 60 2A 26 0 38 3E 64 27 1B
Octal 74 140 52 46 0 70 76 144 47 33
Binary 111100 1100000 101010 100110 0 111000 111110 1100100 100111 11011

Color Harmonies of #3C602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C602A

Black with #3C602A

Text Example


Text Example

White with #3C602A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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