Html Css Color HEX #385C1E Dell

📋 copy color: '#385C1E'

red 56 ◦ green 92 ◦ blue 30

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

Shades of Dell #385C1E

Tints of Dell #385C1E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 51.69%

 BLUE value IS 30 (12.11% from 255) = 16.85%

R = 31.46%
G = 51.69%
B = 16.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#385C1E (or 0x385C1E) is known color: Dell. HEX triplet: 38, 5C and 1E. RGB value is (56,92,30). Sum of RGB (Red+Green+Blue) = 56+92+30=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 92 (36.33% from 255 or 51.69% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 92 - color contains mainly: green. Hex color #385C1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C1E is #C7A3E1. Grayscale: #4A4A4A. Windows color (decimal): -13083618 or 1989688. OLE color: 1989688.

HSL color Cylindrical-coordinate representation of color #385C1E: hue angle of 94.84º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #385C1E is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 92 30 -
CMYK 0.39 0 0.67 0.64
HSL 94.84º 0.51% 0.24% -
HSV(B) 94.84º 0.67% 0.36% -
XYZ 5.69 8.59 2.59 -
YUV 74.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 56 92 30 0.39 0 0.67 0.64 94.84 0.51 0.24
Hex 38 5C 1E 27 0 43 40 5F 33 18
Octal 70 134 36 47 0 103 100 137 63 30
Binary 111000 1011100 11110 100111 0 1000011 1000000 1011111 110011 11000

Color Harmonies of #385C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C1E

Black with #385C1E

Text Example


Text Example

White with #385C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,92,30); }

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

background-color css

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

 a { background-color: rgb(56,92,30); }

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

border-color css

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

 span { border-color: rgb(56,92,30); }

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