Html Css Color HEX #38672C Green House

📋 copy color: '#38672C'

red 56 ◦ green 103 ◦ blue 44

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

Shades of Green House #38672C

Tints of Green House #38672C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 50.74%

 BLUE value IS 44 (17.58% from 255) = 21.67%

R = 27.59%
G = 50.74%
B = 21.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#38672C (or 0x38672C) is known color: Green House. HEX triplet: 38, 67 and 2C. RGB value is (56,103,44). Sum of RGB (Red+Green+Blue) = 56+103+44=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 103 (40.62% from 255 or 50.74% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 103 - color contains mainly: green. Hex color #38672C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38672C is #C798D3. Grayscale: #525252. Windows color (decimal): -13080788 or 2910008. OLE color: 2910008.

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

Color convert

RGB 56 103 44 -
CMYK 0.46 0 0.57 0.60
HSL 107.8º 0.4% 0.29% -
HSV(B) 107.8º 0.57% 0.4% -
XYZ 6.94 10.72 4.09 -
YUV 82.22 106.43 109.3 -
System Red Green Blue C M Y K H S L
Decimal 56 103 44 0.46 0 0.57 0.60 107.8 0.4 0.29
Hex 38 67 2C 2E 0 39 3C 6C 28 1D
Octal 70 147 54 56 0 71 74 154 50 35
Binary 111000 1100111 101100 101110 0 111001 111100 1101100 101000 11101

Color Harmonies of #38672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38672C

Black with #38672C

Text Example


Text Example

White with #38672C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38672C; }

 p { color: rgb(56,103,44); }

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

background-color css

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

 a { background-color: rgb(56,103,44); }

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

border-color css

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

 span { border-color: rgb(56,103,44); }

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