Html Css Color HEX #3A6228 Green House

📋 copy color: '#3A6228'

red 58 ◦ green 98 ◦ blue 40

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

Shades of Green House #3A6228

Tints of Green House #3A6228

RGB

 RED value IS 58 (23.05% from 255) = 29.59%

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

 BLUE value IS 40 (16.02% from 255) = 20.41%

R = 29.59%
G = 50%
B = 20.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#3A6228 (or 0x3A6228) is known color: Green House. HEX triplet: 3A, 62 and 28. RGB value is (58,98,40). Sum of RGB (Red+Green+Blue) = 58+98+40=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #3A6228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6228 is #C59DD7. Grayscale: #4F4F4F. Windows color (decimal): -12951000 or 2646586. OLE color: 2646586.

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

Color convert

RGB 58 98 40 -
CMYK 0.41 0 0.59 0.62
HSL 101.38º 0.42% 0.27% -
HSV(B) 101.38º 0.59% 0.38% -
XYZ 6.5 9.79 3.55 -
YUV 79.43 105.75 112.72 -
System Red Green Blue C M Y K H S L
Decimal 58 98 40 0.41 0 0.59 0.62 101.38 0.42 0.27
Hex 3A 62 28 29 0 3B 3E 65 2A 1B
Octal 72 142 50 51 0 73 76 145 52 33
Binary 111010 1100010 101000 101001 0 111011 111110 1100101 101010 11011

Color Harmonies of #3A6228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6228

Black with #3A6228

Text Example


Text Example

White with #3A6228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,98,40); }

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

background-color css

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

 a { background-color: rgb(58,98,40); }

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

border-color css

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

 span { border-color: rgb(58,98,40); }

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