Html Css Color HEX #3A622F Green House

📋 copy color: '#3A622F'

red 58 ◦ green 98 ◦ blue 47

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

Shades of Green House #3A622F

Tints of Green House #3A622F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.15%

R = 28.57%
G = 48.28%
B = 23.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#3A622F (or 0x3A622F) is known color: Green House. HEX triplet: 3A, 62 and 2F. RGB value is (58,98,47). Sum of RGB (Red+Green+Blue) = 58+98+47=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #3A622F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A622F is #C59DD0. Grayscale: #505050. Windows color (decimal): -12950993 or 3105338. OLE color: 3105338.

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

Color convert

RGB 58 98 47 -
CMYK 0.41 0 0.52 0.62
HSL 107.06º 0.35% 0.28% -
HSV(B) 107.06º 0.52% 0.38% -
XYZ 6.63 9.84 4.24 -
YUV 80.23 109.25 112.15 -
System Red Green Blue C M Y K H S L
Decimal 58 98 47 0.41 0 0.52 0.62 107.06 0.35 0.28
Hex 3A 62 2F 29 0 34 3E 6B 23 1C
Octal 72 142 57 51 0 64 76 153 43 34
Binary 111010 1100010 101111 101001 0 110100 111110 1101011 100011 11100

Color Harmonies of #3A622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A622F

Black with #3A622F

Text Example


Text Example

White with #3A622F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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