Html Css Color HEX #37641B Dell

📋 copy color: '#37641B'

red 55 ◦ green 100 ◦ blue 27

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

Shades of Dell #37641B

Tints of Dell #37641B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.84%

R = 30.22%
G = 54.95%
B = 14.84%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#37641B (or 0x37641B) is known color: Dell. HEX triplet: 37, 64 and 1B. RGB value is (55,100,27). Sum of RGB (Red+Green+Blue) = 55+100+27=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 100 (39.45% from 255 or 54.95% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 100 - color contains mainly: green. Hex color #37641B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37641B is #C89BE4. Grayscale: #4E4E4E. Windows color (decimal): -13147109 or 1795127. OLE color: 1795127.

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

Color convert

RGB 55 100 27 -
CMYK 0.45 0 0.73 0.61
HSL 96.99º 0.57% 0.25% -
HSV(B) 96.99º 0.73% 0.39% -
XYZ 6.33 10.01 2.63 -
YUV 78.22 99.09 111.44 -
System Red Green Blue C M Y K H S L
Decimal 55 100 27 0.45 0 0.73 0.61 96.99 0.57 0.25
Hex 37 64 1B 2D 0 49 3D 61 39 19
Octal 67 144 33 55 0 111 75 141 71 31
Binary 110111 1100100 11011 101101 0 1001001 111101 1100001 111001 11001

Color Harmonies of #37641B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37641B

Black with #37641B

Text Example


Text Example

White with #37641B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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