Html Css Color HEX #3B6718 Dell

📋 copy color: '#3B6718'

red 59 ◦ green 103 ◦ blue 24

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

Shades of Dell #3B6718

Tints of Dell #3B6718

RGB

 RED value IS 59 (23.44% from 255) = 31.72%

 GREEN value IS 103 (40.63% from 255) = 55.38%

 BLUE value IS 24 (9.77% from 255) = 12.9%

R = 31.72%
G = 55.38%
B = 12.9%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#3B6718 (or 0x3B6718) is known color: Dell. HEX triplet: 3B, 67 and 18. RGB value is (59,103,24). Sum of RGB (Red+Green+Blue) = 59+103+24=186 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.72% from 186); Green value is 103 (40.62% from 255 or 55.38% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 103 - color contains mainly: green. Hex color #3B6718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6718 is #C498E7. Grayscale: #515151. Windows color (decimal): -12884200 or 1599291. OLE color: 1599291.

HSL color Cylindrical-coordinate representation of color #3B6718: hue angle of 93.42º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B6718 is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 59 103 24 -
CMYK 0.43 0 0.77 0.60
HSL 93.42º 0.62% 0.25% -
HSV(B) 93.42º 0.77% 0.4% -
XYZ 6.82 10.7 2.57 -
YUV 80.84 95.92 112.42 -
System Red Green Blue C M Y K H S L
Decimal 59 103 24 0.43 0 0.77 0.60 93.42 0.62 0.25
Hex 3B 67 18 2B 0 4D 3C 5D 3E 19
Octal 73 147 30 53 0 115 74 135 76 31
Binary 111011 1100111 11000 101011 0 1001101 111100 1011101 111110 11001

Color Harmonies of #3B6718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6718

Black with #3B6718

Text Example


Text Example

White with #3B6718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,103,24); }

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

background-color css

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

 a { background-color: rgb(59,103,24); }

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

border-color css

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

 span { border-color: rgb(59,103,24); }

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