Html Css Color HEX #38682D Green House

📋 copy color: '#38682D'

red 56 ◦ green 104 ◦ blue 45

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

Shades of Green House #38682D

Tints of Green House #38682D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.73%

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

R = 27.32%
G = 50.73%
B = 21.95%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#38682D (or 0x38682D) is known color: Green House. HEX triplet: 38, 68 and 2D. RGB value is (56,104,45). Sum of RGB (Red+Green+Blue) = 56+104+45=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #38682D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38682D is #C797D2. Grayscale: #535353. Windows color (decimal): -13080531 or 2975800. OLE color: 2975800.

HSL color Cylindrical-coordinate representation of color #38682D: hue angle of 108.81º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38682D is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 45 -
CMYK 0.46 0 0.57 0.59
HSL 108.81º 0.4% 0.29% -
HSV(B) 108.81º 0.57% 0.41% -
XYZ 7.05 10.93 4.22 -
YUV 82.92 106.6 108.8 -
System Red Green Blue C M Y K H S L
Decimal 56 104 45 0.46 0 0.57 0.59 108.81 0.4 0.29
Hex 38 68 2D 2E 0 39 3B 6D 28 1D
Octal 70 150 55 56 0 71 73 155 50 35
Binary 111000 1101000 101101 101110 0 111001 111011 1101101 101000 11101

Color Harmonies of #38682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38682D

Black with #38682D

Text Example


Text Example

White with #38682D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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