Html Css Color HEX #385933 Green House

📋 copy color: '#385933'

red 56 ◦ green 89 ◦ blue 51

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

Shades of Green House #385933

Tints of Green House #385933

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.41%

 BLUE value IS 51 (20.31% from 255) = 26.02%

R = 28.57%
G = 45.41%
B = 26.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#385933 (or 0x385933) is known color: Green House. HEX triplet: 38, 59 and 33. RGB value is (56,89,51). Sum of RGB (Red+Green+Blue) = 56+89+51=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #385933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385933 is #C7A6CC. Grayscale: #4A4A4A. Windows color (decimal): -13084365 or 3365176. OLE color: 3365176.

HSL color Cylindrical-coordinate representation of color #385933: hue angle of 112.11º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #385933 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 89 51 -
CMYK 0.37 0 0.43 0.65
HSL 112.11º 0.27% 0.27% -
HSV(B) 112.11º 0.43% 0.35% -
XYZ 5.8 8.22 4.41 -
YUV 74.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 56 89 51 0.37 0 0.43 0.65 112.11 0.27 0.27
Hex 38 59 33 25 0 2B 41 70 1B 1B
Octal 70 131 63 45 0 53 101 160 33 33
Binary 111000 1011001 110011 100101 0 101011 1000001 1110000 11011 11011

Color Harmonies of #385933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385933

Black with #385933

Text Example


Text Example

White with #385933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385933; }

 p { color: rgb(56,89,51); }

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

background-color css

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

 a { background-color: rgb(56,89,51); }

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

border-color css

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

 span { border-color: rgb(56,89,51); }

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