Html Css Color HEX #427125 Dell

📋 copy color: '#427125'

red 66 ◦ green 113 ◦ blue 37

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

Shades of Dell #427125

Tints of Dell #427125

RGB

 RED value IS 66 (26.17% from 255) = 30.56%

 GREEN value IS 113 (44.53% from 255) = 52.31%

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

R = 30.56%
G = 52.31%
B = 17.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#427125 (or 0x427125) is known color: Dell. HEX triplet: 42, 71 and 25. RGB value is (66,113,37). Sum of RGB (Red+Green+Blue) = 66+113+37=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #427125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427125 is #BD8EDA. Grayscale: #5A5A5A. Windows color (decimal): -12422875 or 2453826. OLE color: 2453826.

HSL color Cylindrical-coordinate representation of color #427125: hue angle of 97.11º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #427125 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 37 -
CMYK 0.42 0 0.67 0.56
HSL 97.11º 0.51% 0.29% -
HSV(B) 97.11º 0.67% 0.44% -
XYZ 8.49 13.1 3.83 -
YUV 90.28 97.93 110.68 -
System Red Green Blue C M Y K H S L
Decimal 66 113 37 0.42 0 0.67 0.56 97.11 0.51 0.29
Hex 42 71 25 2A 0 43 38 61 33 1D
Octal 102 161 45 52 0 103 70 141 63 35
Binary 1000010 1110001 100101 101010 0 1000011 111000 1100001 110011 11101

Color Harmonies of #427125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427125

Black with #427125

Text Example


Text Example

White with #427125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427125; }

 p { color: rgb(66,113,37); }

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

background-color css

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

 a { background-color: rgb(66,113,37); }

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

border-color css

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

 span { border-color: rgb(66,113,37); }

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