Html Css Color HEX #3A6A25 Green House

📋 copy color: '#3A6A25'

red 58 ◦ green 106 ◦ blue 37

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

Shades of Green House #3A6A25

Tints of Green House #3A6A25

RGB

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

 GREEN value IS 106 (41.8% from 255) = 52.74%

 BLUE value IS 37 (14.84% from 255) = 18.41%

R = 28.86%
G = 52.74%
B = 18.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#3A6A25 (or 0x3A6A25) is known color: Green House. HEX triplet: 3A, 6A and 25. RGB value is (58,106,37). Sum of RGB (Red+Green+Blue) = 58+106+37=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 106 (41.80% from 255 or 52.74% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6A25 is #C595DA. Grayscale: #545454. Windows color (decimal): -12948955 or 2452026. OLE color: 2452026.

HSL color Cylindrical-coordinate representation of color #3A6A25: hue angle of 101.74º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A6A25 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 106 37 -
CMYK 0.45 0 0.65 0.58
HSL 101.74º 0.48% 0.28% -
HSV(B) 101.74º 0.65% 0.42% -
XYZ 7.23 11.34 3.56 -
YUV 83.78 101.6 109.61 -
System Red Green Blue C M Y K H S L
Decimal 58 106 37 0.45 0 0.65 0.58 101.74 0.48 0.28
Hex 3A 6A 25 2D 0 41 3A 66 30 1C
Octal 72 152 45 55 0 101 72 146 60 34
Binary 111010 1101010 100101 101101 0 1000001 111010 1100110 110000 11100

Color Harmonies of #3A6A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6A25

Black with #3A6A25

Text Example


Text Example

White with #3A6A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,106,37); }

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

background-color css

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

 a { background-color: rgb(58,106,37); }

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

border-color css

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

 span { border-color: rgb(58,106,37); }

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