Html Css Color HEX #30610D Dell

📋 copy color: '#30610D'

red 48 ◦ green 97 ◦ blue 13

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

Shades of Dell #30610D

Tints of Dell #30610D

RGB

 RED value IS 48 (19.14% from 255) = 30.38%

 GREEN value IS 97 (38.28% from 255) = 61.39%

 BLUE value IS 13 (5.47% from 255) = 8.23%

R = 30.38%
G = 61.39%
B = 8.23%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#30610D (or 0x30610D) is known color: Dell. HEX triplet: 30, 61 and 0D. RGB value is (48,97,13). Sum of RGB (Red+Green+Blue) = 48+97+13=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 97 (38.28% from 255 or 61.39% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 97 - color contains mainly: green. Hex color #30610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30610D is #CF9EF2. Grayscale: #494949. Windows color (decimal): -13606643 or 876848. OLE color: 876848.

HSL color Cylindrical-coordinate representation of color #30610D: hue angle of 95º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30610D is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 97 13 -
CMYK 0.51 0 0.87 0.62
HSL 95º 0.76% 0.22% -
HSV(B) 95º 0.87% 0.38% -
XYZ 5.57 9.21 1.86 -
YUV 72.77 94.27 110.33 -
System Red Green Blue C M Y K H S L
Decimal 48 97 13 0.51 0 0.87 0.62 95 0.76 0.22
Hex 30 61 D 33 0 57 3E 5F 4C 16
Octal 60 141 15 63 0 127 76 137 114 26
Binary 110000 1100001 1101 110011 0 1010111 111110 1011111 1001100 10110

Color Harmonies of #30610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30610D

Black with #30610D

Text Example


Text Example

White with #30610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30610D; }

 p { color: rgb(48,97,13); }

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

background-color css

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

 a { background-color: rgb(48,97,13); }

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

border-color css

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

 span { border-color: rgb(48,97,13); }

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