Html Css Color HEX #3F6225 Dell

📋 copy color: '#3F6225'

red 63 ◦ green 98 ◦ blue 37

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

Shades of Dell #3F6225

Tints of Dell #3F6225

RGB

 RED value IS 63 (25% from 255) = 31.82%

 GREEN value IS 98 (38.67% from 255) = 49.49%

 BLUE value IS 37 (14.84% from 255) = 18.69%

R = 31.82%
G = 49.49%
B = 18.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#3F6225 (or 0x3F6225) is known color: Dell. HEX triplet: 3F, 62 and 25. RGB value is (63,98,37). Sum of RGB (Red+Green+Blue) = 63+98+37=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6225 is #C09DDA. Grayscale: #505050. Windows color (decimal): -12623323 or 2449983. OLE color: 2449983.

HSL color Cylindrical-coordinate representation of color #3F6225: hue angle of 94.43º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F6225 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 98 37 -
CMYK 0.36 0 0.62 0.62
HSL 94.43º 0.45% 0.26% -
HSV(B) 94.43º 0.62% 0.38% -
XYZ 6.75 9.93 3.31 -
YUV 80.58 103.4 115.46 -
System Red Green Blue C M Y K H S L
Decimal 63 98 37 0.36 0 0.62 0.62 94.43 0.45 0.26
Hex 3F 62 25 24 0 3E 3E 5E 2D 1A
Octal 77 142 45 44 0 76 76 136 55 32
Binary 111111 1100010 100101 100100 0 111110 111110 1011110 101101 11010

Color Harmonies of #3F6225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6225

Black with #3F6225

Text Example


Text Example

White with #3F6225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,98,37); }

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

background-color css

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

 a { background-color: rgb(63,98,37); }

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

border-color css

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

 span { border-color: rgb(63,98,37); }

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