Html Css Color HEX #365830 Green House

📋 copy color: '#365830'

red 54 ◦ green 88 ◦ blue 48

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

Shades of Green House #365830

Tints of Green House #365830

RGB

 RED value IS 54 (21.48% from 255) = 28.42%

 GREEN value IS 88 (34.77% from 255) = 46.32%

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

R = 28.42%
G = 46.32%
B = 25.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#365830 (or 0x365830) is known color: Green House. HEX triplet: 36, 58 and 30. RGB value is (54,88,48). Sum of RGB (Red+Green+Blue) = 54+88+48=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #365830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365830 is #C9A7CF. Grayscale: #494949. Windows color (decimal): -13215696 or 3168310. OLE color: 3168310.

HSL color Cylindrical-coordinate representation of color #365830: hue angle of 111º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #365830 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 88 48 -
CMYK 0.39 0 0.45 0.65
HSL 111º 0.29% 0.27% -
HSV(B) 111º 0.45% 0.35% -
XYZ 5.54 7.98 4.04 -
YUV 73.27 113.74 114.25 -
System Red Green Blue C M Y K H S L
Decimal 54 88 48 0.39 0 0.45 0.65 111 0.29 0.27
Hex 36 58 30 27 0 2D 41 6F 1D 1B
Octal 66 130 60 47 0 55 101 157 35 33
Binary 110110 1011000 110000 100111 0 101101 1000001 1101111 11101 11011

Color Harmonies of #365830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365830

Black with #365830

Text Example


Text Example

White with #365830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365830; }

 p { color: rgb(54,88,48); }

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

background-color css

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

 a { background-color: rgb(54,88,48); }

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

border-color css

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

 span { border-color: rgb(54,88,48); }

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