Html Css Color HEX #38621C Dell

📋 copy color: '#38621C'

red 56 ◦ green 98 ◦ blue 28

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

Shades of Dell #38621C

Tints of Dell #38621C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 53.85%

 BLUE value IS 28 (11.33% from 255) = 15.38%

R = 30.77%
G = 53.85%
B = 15.38%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#38621C (or 0x38621C) is known color: Dell. HEX triplet: 38, 62 and 1C. RGB value is (56,98,28). Sum of RGB (Red+Green+Blue) = 56+98+28=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #38621C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38621C is #C79DE3. Grayscale: #4D4D4D. Windows color (decimal): -13082084 or 1860152. OLE color: 1860152.

HSL color Cylindrical-coordinate representation of color #38621C: hue angle of 96º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38621C is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 98 28 -
CMYK 0.43 0 0.71 0.62
HSL 96º 0.56% 0.25% -
HSV(B) 96º 0.71% 0.38% -
XYZ 6.21 9.66 2.64 -
YUV 77.46 100.09 112.69 -
System Red Green Blue C M Y K H S L
Decimal 56 98 28 0.43 0 0.71 0.62 96 0.56 0.25
Hex 38 62 1C 2B 0 47 3E 60 38 19
Octal 70 142 34 53 0 107 76 140 70 31
Binary 111000 1100010 11100 101011 0 1000111 111110 1100000 111000 11001

Color Harmonies of #38621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38621C

Black with #38621C

Text Example


Text Example

White with #38621C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38621C; }

 p { color: rgb(56,98,28); }

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

background-color css

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

 a { background-color: rgb(56,98,28); }

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

border-color css

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

 span { border-color: rgb(56,98,28); }

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