Html Css Color HEX #386023 Green House

📋 copy color: '#386023'

red 56 ◦ green 96 ◦ blue 35

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

Shades of Green House #386023

Tints of Green House #386023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.72%

R = 29.95%
G = 51.34%
B = 18.72%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#386023 (or 0x386023) is known color: Green House. HEX triplet: 38, 60 and 23. RGB value is (56,96,35). Sum of RGB (Red+Green+Blue) = 56+96+35=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #386023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386023 is #C79FDC. Grayscale: #4D4D4D. Windows color (decimal): -13082589 or 2318392. OLE color: 2318392.

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

Color convert

RGB 56 96 35 -
CMYK 0.42 0 0.64 0.62
HSL 99.34º 0.47% 0.26% -
HSV(B) 99.34º 0.64% 0.38% -
XYZ 6.12 9.33 3.07 -
YUV 77.09 104.25 112.96 -
System Red Green Blue C M Y K H S L
Decimal 56 96 35 0.42 0 0.64 0.62 99.34 0.47 0.26
Hex 38 60 23 2A 0 40 3E 63 2F 1A
Octal 70 140 43 52 0 100 76 143 57 32
Binary 111000 1100000 100011 101010 0 1000000 111110 1100011 101111 11010

Color Harmonies of #386023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386023

Black with #386023

Text Example


Text Example

White with #386023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386023; }

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

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

background-color css

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

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

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

border-color css

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

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

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