Html Css Color HEX #457327 Dell

📋 copy color: '#457327'

red 69 ◦ green 115 ◦ blue 39

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

Shades of Dell #457327

Tints of Dell #457327

RGB

 RED value IS 69 (27.34% from 255) = 30.94%

 GREEN value IS 115 (45.31% from 255) = 51.57%

 BLUE value IS 39 (15.63% from 255) = 17.49%

R = 30.94%
G = 51.57%
B = 17.49%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#457327 (or 0x457327) is known color: Dell. HEX triplet: 45, 73 and 27. RGB value is (69,115,39). Sum of RGB (Red+Green+Blue) = 69+115+39=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #457327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457327 is #BA8CD8. Grayscale: #5C5C5C. Windows color (decimal): -12225753 or 2585413. OLE color: 2585413.

HSL color Cylindrical-coordinate representation of color #457327: hue angle of 96.32º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #457327 is Cyan = 0.4, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 115 39 -
CMYK 0.4 0 0.66 0.55
HSL 96.32º 0.49% 0.3% -
HSV(B) 96.32º 0.66% 0.45% -
XYZ 8.95 13.67 4.09 -
YUV 92.58 97.76 111.18 -
System Red Green Blue C M Y K H S L
Decimal 69 115 39 0.4 0 0.66 0.55 96.32 0.49 0.3
Hex 45 73 27 28 0 42 37 60 31 1E
Octal 105 163 47 50 0 102 67 140 61 36
Binary 1000101 1110011 100111 101000 0 1000010 110111 1100000 110001 11110

Color Harmonies of #457327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457327

Black with #457327

Text Example


Text Example

White with #457327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457327; }

 p { color: rgb(69,115,39); }

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

background-color css

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

 a { background-color: rgb(69,115,39); }

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

border-color css

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

 span { border-color: rgb(69,115,39); }

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