Html Css Color HEX #38612C Green House

📋 copy color: '#38612C'

red 56 ◦ green 97 ◦ blue 44

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

Shades of Green House #38612C

Tints of Green House #38612C

RGB

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

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

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

R = 28.43%
G = 49.24%
B = 22.34%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#38612C (or 0x38612C) is known color: Green House. HEX triplet: 38, 61 and 2C. RGB value is (56,97,44). Sum of RGB (Red+Green+Blue) = 56+97+44=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #38612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38612C is #C79ED3. Grayscale: #4E4E4E. Windows color (decimal): -13082324 or 2908472. OLE color: 2908472.

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

Color convert

RGB 56 97 44 -
CMYK 0.42 0 0.55 0.62
HSL 106.42º 0.38% 0.28% -
HSV(B) 106.42º 0.55% 0.38% -
XYZ 6.36 9.57 3.9 -
YUV 78.7 108.42 111.81 -
System Red Green Blue C M Y K H S L
Decimal 56 97 44 0.42 0 0.55 0.62 106.42 0.38 0.28
Hex 38 61 2C 2A 0 37 3E 6A 26 1C
Octal 70 141 54 52 0 67 76 152 46 34
Binary 111000 1100001 101100 101010 0 110111 111110 1101010 100110 11100

Color Harmonies of #38612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38612C

Black with #38612C

Text Example


Text Example

White with #38612C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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