Html Css Color HEX #3D6621 Dell

📋 copy color: '#3D6621'

red 61 ◦ green 102 ◦ blue 33

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

Shades of Dell #3D6621

Tints of Dell #3D6621

RGB

 RED value IS 61 (24.22% from 255) = 31.12%

 GREEN value IS 102 (40.23% from 255) = 52.04%

 BLUE value IS 33 (13.28% from 255) = 16.84%

R = 31.12%
G = 52.04%
B = 16.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#3D6621 (or 0x3D6621) is known color: Dell. HEX triplet: 3D, 66 and 21. RGB value is (61,102,33). Sum of RGB (Red+Green+Blue) = 61+102+33=196 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.12% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #3D6621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6621 is #C299DE. Grayscale: #525252. Windows color (decimal): -12753375 or 2188861. OLE color: 2188861.

HSL color Cylindrical-coordinate representation of color #3D6621: hue angle of 95.65º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D6621 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB 61 102 33 -
CMYK 0.40 0 0.68 0.6
HSL 95.65º 0.51% 0.26% -
HSV(B) 95.65º 0.68% 0.4% -
XYZ 6.95 10.6 3.12 -
YUV 81.88 100.42 113.11 -
System Red Green Blue C M Y K H S L
Decimal 61 102 33 0.40 0 0.68 0.6 95.65 0.51 0.26
Hex 3D 66 21 28 0 44 3C 60 33 1A
Octal 75 146 41 50 0 104 74 140 63 32
Binary 111101 1100110 100001 101000 0 1000100 111100 1100000 110011 11010

Color Harmonies of #3D6621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6621

Black with #3D6621

Text Example


Text Example

White with #3D6621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,102,33); }

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

background-color css

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

 a { background-color: rgb(61,102,33); }

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

border-color css

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

 span { border-color: rgb(61,102,33); }

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