Html Css Color HEX #38612E Green House

📋 copy color: '#38612E'

red 56 ◦ green 97 ◦ blue 46

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

Shades of Green House #38612E

Tints of Green House #38612E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.74%

 BLUE value IS 46 (18.36% from 255) = 23.12%

R = 28.14%
G = 48.74%
B = 23.12%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#38612E (or 0x38612E) is known color: Green House. HEX triplet: 38, 61 and 2E. RGB value is (56,97,46). Sum of RGB (Red+Green+Blue) = 56+97+46=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #38612E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38612E is #C79ED1. Grayscale: #4F4F4F. Windows color (decimal): -13082322 or 3039544. OLE color: 3039544.

HSL color Cylindrical-coordinate representation of color #38612E: hue angle of 108.24º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38612E is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 97 46 -
CMYK 0.42 0 0.53 0.62
HSL 108.24º 0.36% 0.28% -
HSV(B) 108.24º 0.53% 0.38% -
XYZ 6.4 9.59 4.1 -
YUV 78.93 109.42 111.65 -
System Red Green Blue C M Y K H S L
Decimal 56 97 46 0.42 0 0.53 0.62 108.24 0.36 0.28
Hex 38 61 2E 2A 0 35 3E 6C 24 1C
Octal 70 141 56 52 0 65 76 154 44 34
Binary 111000 1100001 101110 101010 0 110101 111110 1101100 100100 11100

Color Harmonies of #38612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38612E

Black with #38612E

Text Example


Text Example

White with #38612E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38612E; }

 p { color: rgb(56,97,46); }

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

background-color css

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

 a { background-color: rgb(56,97,46); }

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

border-color css

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

 span { border-color: rgb(56,97,46); }

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