Html Css Color HEX #395A30 Green House

📋 copy color: '#395A30'

red 57 ◦ green 90 ◦ blue 48

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

Shades of Green House #395A30

Tints of Green House #395A30

RGB

 RED value IS 57 (22.66% from 255) = 29.23%

 GREEN value IS 90 (35.55% from 255) = 46.15%

 BLUE value IS 48 (19.14% from 255) = 24.62%

R = 29.23%
G = 46.15%
B = 24.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#395A30 (or 0x395A30) is known color: Green House. HEX triplet: 39, 5A and 30. RGB value is (57,90,48). Sum of RGB (Red+Green+Blue) = 57+90+48=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #395A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395A30 is #C6A5CF. Grayscale: #4B4B4B. Windows color (decimal): -13018576 or 3168825. OLE color: 3168825.

HSL color Cylindrical-coordinate representation of color #395A30: hue angle of 107.14º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #395A30 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 90 48 -
CMYK 0.37 0 0.47 0.65
HSL 107.14º 0.3% 0.27% -
HSV(B) 107.14º 0.47% 0.35% -
XYZ 5.88 8.4 4.11 -
YUV 75.35 112.57 114.92 -
System Red Green Blue C M Y K H S L
Decimal 57 90 48 0.37 0 0.47 0.65 107.14 0.3 0.27
Hex 39 5A 30 25 0 2F 41 6B 1E 1B
Octal 71 132 60 45 0 57 101 153 36 33
Binary 111001 1011010 110000 100101 0 101111 1000001 1101011 11110 11011

Color Harmonies of #395A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A30

Black with #395A30

Text Example


Text Example

White with #395A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395A30; }

 p { color: rgb(57,90,48); }

 H1.HeaderClassName
 {
   color: #395A30;
 }
 .AnyTagClassName
 {
   color: #395A30;
 }
</style>

background-color css

<style>
 a { background-color: #395A30; }

 a { background-color: rgb(57,90,48); }

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

border-color css

<style>
 span { border-color: #395A30; }

 span { border-color: rgb(57,90,48); }

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