Html Css Color HEX #3A5E23 Dell

📋 copy color: '#3A5E23'

red 58 ◦ green 94 ◦ blue 35

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

Shades of Dell #3A5E23

Tints of Dell #3A5E23

RGB

 RED value IS 58 (23.05% from 255) = 31.02%

 GREEN value IS 94 (37.11% from 255) = 50.27%

 BLUE value IS 35 (14.06% from 255) = 18.72%

R = 31.02%
G = 50.27%
B = 18.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.63

RGB Variations

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

Color information

#3A5E23 (or 0x3A5E23) is known color: Dell. HEX triplet: 3A, 5E and 23. RGB value is (58,94,35). Sum of RGB (Red+Green+Blue) = 58+94+35=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 94 (37.11% from 255 or 50.27% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 94 - color contains mainly: green. Hex color #3A5E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5E23 is #C5A1DC. Grayscale: #4C4C4C. Windows color (decimal): -12952029 or 2317882. OLE color: 2317882.

HSL color Cylindrical-coordinate representation of color #3A5E23: hue angle of 96.61º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A5E23 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB 58 94 35 -
CMYK 0.38 0 0.63 0.63
HSL 96.61º 0.46% 0.25% -
HSV(B) 96.61º 0.63% 0.37% -
XYZ 6.05 9.03 3.01 -
YUV 76.51 104.57 114.8 -
System Red Green Blue C M Y K H S L
Decimal 58 94 35 0.38 0 0.63 0.63 96.61 0.46 0.25
Hex 3A 5E 23 26 0 3F 3F 61 2E 19
Octal 72 136 43 46 0 77 77 141 56 31
Binary 111010 1011110 100011 100110 0 111111 111111 1100001 101110 11001

Color Harmonies of #3A5E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5E23

Black with #3A5E23

Text Example


Text Example

White with #3A5E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A5E23; }

 p { color: rgb(58,94,35); }

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

background-color css

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

 a { background-color: rgb(58,94,35); }

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

border-color css

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

 span { border-color: rgb(58,94,35); }

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