Html Css Color HEX #385A33 Green House

📋 copy color: '#385A33'

red 56 ◦ green 90 ◦ blue 51

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

Shades of Green House #385A33

Tints of Green House #385A33

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45.69%

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

R = 28.43%
G = 45.69%
B = 25.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#385A33 (or 0x385A33) is known color: Green House. HEX triplet: 38, 5A and 33. RGB value is (56,90,51). Sum of RGB (Red+Green+Blue) = 56+90+51=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #385A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A33 is #C7A5CC. Grayscale: #4B4B4B. Windows color (decimal): -13084109 or 3365432. OLE color: 3365432.

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

Color convert

RGB 56 90 51 -
CMYK 0.38 0 0.43 0.65
HSL 112.31º 0.28% 0.28% -
HSV(B) 112.31º 0.43% 0.35% -
XYZ 5.88 8.39 4.44 -
YUV 75.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 56 90 51 0.38 0 0.43 0.65 112.31 0.28 0.28
Hex 38 5A 33 26 0 2B 41 70 1C 1C
Octal 70 132 63 46 0 53 101 160 34 34
Binary 111000 1011010 110011 100110 0 101011 1000001 1110000 11100 11100

Color Harmonies of #385A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A33

Black with #385A33

Text Example


Text Example

White with #385A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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