Html Css Color HEX #38671D Dell

📋 copy color: '#38671D'

red 56 ◦ green 103 ◦ blue 29

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

Shades of Dell #38671D

Tints of Dell #38671D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 54.79%

 BLUE value IS 29 (11.72% from 255) = 15.43%

R = 29.79%
G = 54.79%
B = 15.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#38671D (or 0x38671D) is known color: Dell. HEX triplet: 38, 67 and 1D. RGB value is (56,103,29). Sum of RGB (Red+Green+Blue) = 56+103+29=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #38671D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38671D is #C798E2. Grayscale: #505050. Windows color (decimal): -13080803 or 1926968. OLE color: 1926968.

HSL color Cylindrical-coordinate representation of color #38671D: hue angle of 98.11º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38671D is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 103 29 -
CMYK 0.46 0 0.72 0.60
HSL 98.11º 0.56% 0.26% -
HSV(B) 98.11º 0.72% 0.4% -
XYZ 6.7 10.63 2.86 -
YUV 80.51 98.93 110.52 -
System Red Green Blue C M Y K H S L
Decimal 56 103 29 0.46 0 0.72 0.60 98.11 0.56 0.26
Hex 38 67 1D 2E 0 48 3C 62 38 1A
Octal 70 147 35 56 0 110 74 142 70 32
Binary 111000 1100111 11101 101110 0 1001000 111100 1100010 111000 11010

Color Harmonies of #38671D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38671D

Black with #38671D

Text Example


Text Example

White with #38671D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38671D; }

 p { color: rgb(56,103,29); }

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

background-color css

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

 a { background-color: rgb(56,103,29); }

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

border-color css

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

 span { border-color: rgb(56,103,29); }

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