Html Css Color HEX #386025 Green House

📋 copy color: '#386025'

red 56 ◦ green 96 ◦ blue 37

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

Shades of Green House #386025

Tints of Green House #386025

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50.79%

 BLUE value IS 37 (14.84% from 255) = 19.58%

R = 29.63%
G = 50.79%
B = 19.58%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#386025 (or 0x386025) is known color: Green House. HEX triplet: 38, 60 and 25. RGB value is (56,96,37). Sum of RGB (Red+Green+Blue) = 56+96+37=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #386025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386025 is #C79FDA. Grayscale: #4D4D4D. Windows color (decimal): -13082587 or 2449464. OLE color: 2449464.

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

Color convert

RGB 56 96 37 -
CMYK 0.42 0 0.61 0.62
HSL 100.68º 0.44% 0.26% -
HSV(B) 100.68º 0.61% 0.38% -
XYZ 6.15 9.34 3.23 -
YUV 77.31 105.25 112.8 -
System Red Green Blue C M Y K H S L
Decimal 56 96 37 0.42 0 0.61 0.62 100.68 0.44 0.26
Hex 38 60 25 2A 0 3D 3E 65 2C 1A
Octal 70 140 45 52 0 75 76 145 54 32
Binary 111000 1100000 100101 101010 0 111101 111110 1100101 101100 11010

Color Harmonies of #386025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386025

Black with #386025

Text Example


Text Example

White with #386025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386025; }

 p { color: rgb(56,96,37); }

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

background-color css

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

 a { background-color: rgb(56,96,37); }

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

border-color css

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

 span { border-color: rgb(56,96,37); }

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