Html Css Color HEX #37641D Dell

📋 copy color: '#37641D'

red 55 ◦ green 100 ◦ blue 29

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

Shades of Dell #37641D

Tints of Dell #37641D

RGB

 RED value IS 55 (21.88% from 255) = 29.89%

 GREEN value IS 100 (39.45% from 255) = 54.35%

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

R = 29.89%
G = 54.35%
B = 15.76%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#37641D (or 0x37641D) is known color: Dell. HEX triplet: 37, 64 and 1D. RGB value is (55,100,29). Sum of RGB (Red+Green+Blue) = 55+100+29=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 100 (39.45% from 255 or 54.35% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 100 - color contains mainly: green. Hex color #37641D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37641D is #C89BE2. Grayscale: #4E4E4E. Windows color (decimal): -13147107 or 1926199. OLE color: 1926199.

HSL color Cylindrical-coordinate representation of color #37641D: hue angle of 98.03º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37641D is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 100 29 -
CMYK 0.45 0 0.71 0.61
HSL 98.03º 0.55% 0.25% -
HSV(B) 98.03º 0.71% 0.39% -
XYZ 6.35 10.02 2.76 -
YUV 78.45 100.09 111.27 -
System Red Green Blue C M Y K H S L
Decimal 55 100 29 0.45 0 0.71 0.61 98.03 0.55 0.25
Hex 37 64 1D 2D 0 47 3D 62 37 19
Octal 67 144 35 55 0 107 75 142 67 31
Binary 110111 1100100 11101 101101 0 1000111 111101 1100010 110111 11001

Color Harmonies of #37641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37641D

Black with #37641D

Text Example


Text Example

White with #37641D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,100,29); }

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

background-color css

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

 a { background-color: rgb(55,100,29); }

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

border-color css

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

 span { border-color: rgb(55,100,29); }

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