Html Css Color HEX #254033 English Holly

📋 copy color: '#254033'

red 37 ◦ green 64 ◦ blue 51

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

Shades of English Holly #254033

Tints of English Holly #254033

RGB

 RED value IS 37 (14.84% from 255) = 24.34%

 GREEN value IS 64 (25.39% from 255) = 42.11%

 BLUE value IS 51 (20.31% from 255) = 33.55%

R = 24.34%
G = 42.11%
B = 33.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#254033 (or 0x254033) is known color: English Holly. HEX triplet: 25, 40 and 33. RGB value is (37,64,51). Sum of RGB (Red+Green+Blue) = 37+64+51=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #254033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254033 is #DABFCC. Grayscale: #363636. Windows color (decimal): -14335949 or 3358757. OLE color: 3358757.

HSL color Cylindrical-coordinate representation of color #254033: hue angle of 151.11º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #254033 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 64 51 -
CMYK 0.42 0 0.20 0.75
HSL 151.11º 0.27% 0.2% -
HSV(B) 151.11º 0.42% 0.25% -
XYZ 3.19 4.3 3.79 -
YUV 54.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 37 64 51 0.42 0 0.20 0.75 151.11 0.27 0.2
Hex 25 40 33 2A 0 14 4B 97 1B 14
Octal 45 100 63 52 0 24 113 227 33 24
Binary 100101 1000000 110011 101010 0 10100 1001011 10010111 11011 10100

Color Harmonies of #254033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254033

Black with #254033

Text Example


Text Example

White with #254033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254033; }

 p { color: rgb(37,64,51); }

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

background-color css

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

 a { background-color: rgb(37,64,51); }

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

border-color css

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

 span { border-color: rgb(37,64,51); }

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