Html Css Color HEX #38582D Green House

📋 copy color: '#38582D'

red 56 ◦ green 88 ◦ blue 45

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

Shades of Green House #38582D

Tints of Green House #38582D

RGB

 RED value IS 56 (22.27% from 255) = 29.63%

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

 BLUE value IS 45 (17.97% from 255) = 23.81%

R = 29.63%
G = 46.56%
B = 23.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#38582D (or 0x38582D) is known color: Green House. HEX triplet: 38, 58 and 2D. RGB value is (56,88,45). Sum of RGB (Red+Green+Blue) = 56+88+45=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 88 - color contains mainly: green. Hex color #38582D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38582D is #C7A7D2. Grayscale: #494949. Windows color (decimal): -13084627 or 2971704. OLE color: 2971704.

HSL color Cylindrical-coordinate representation of color #38582D: hue angle of 104.65º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38582D is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 88 45 -
CMYK 0.36 0 0.49 0.65
HSL 104.65º 0.32% 0.26% -
HSV(B) 104.65º 0.49% 0.35% -
XYZ 5.59 8.01 3.73 -
YUV 73.53 111.9 115.5 -
System Red Green Blue C M Y K H S L
Decimal 56 88 45 0.36 0 0.49 0.65 104.65 0.32 0.26
Hex 38 58 2D 24 0 31 41 69 20 1A
Octal 70 130 55 44 0 61 101 151 40 32
Binary 111000 1011000 101101 100100 0 110001 1000001 1101001 100000 11010

Color Harmonies of #38582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38582D

Black with #38582D

Text Example


Text Example

White with #38582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38582D; }

 p { color: rgb(56,88,45); }

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

background-color css

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

 a { background-color: rgb(56,88,45); }

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

border-color css

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

 span { border-color: rgb(56,88,45); }

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