Html Css Color HEX #38681A Dell

📋 copy color: '#38681A'

red 56 ◦ green 104 ◦ blue 26

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

Shades of Dell #38681A

Tints of Dell #38681A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.91%

 BLUE value IS 26 (10.55% from 255) = 13.98%

R = 30.11%
G = 55.91%
B = 13.98%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#38681A (or 0x38681A) is known color: Dell. HEX triplet: 38, 68 and 1A. RGB value is (56,104,26). Sum of RGB (Red+Green+Blue) = 56+104+26=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #38681A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38681A is #C797E5. Grayscale: #515151. Windows color (decimal): -13080550 or 1730616. OLE color: 1730616.

HSL color Cylindrical-coordinate representation of color #38681A: hue angle of 96.92º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38681A is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 26 -
CMYK 0.46 0 0.75 0.59
HSL 96.92º 0.6% 0.25% -
HSV(B) 96.92º 0.75% 0.41% -
XYZ 6.77 10.82 2.71 -
YUV 80.76 97.1 110.34 -
System Red Green Blue C M Y K H S L
Decimal 56 104 26 0.46 0 0.75 0.59 96.92 0.6 0.25
Hex 38 68 1A 2E 0 4B 3B 61 3C 19
Octal 70 150 32 56 0 113 73 141 74 31
Binary 111000 1101000 11010 101110 0 1001011 111011 1100001 111100 11001

Color Harmonies of #38681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38681A

Black with #38681A

Text Example


Text Example

White with #38681A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38681A; }

 p { color: rgb(56,104,26); }

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

background-color css

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

 a { background-color: rgb(56,104,26); }

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

border-color css

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

 span { border-color: rgb(56,104,26); }

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