Html Css Color HEX #274140 Firefly

📋 copy color: '#274140'

red 39 ◦ green 65 ◦ blue 64

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

Shades of Firefly #274140

Tints of Firefly #274140

RGB

 RED value IS 39 (15.63% from 255) = 23.21%

 GREEN value IS 65 (25.78% from 255) = 38.69%

 BLUE value IS 64 (25.39% from 255) = 38.1%

R = 23.21%
G = 38.69%
B = 38.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#274140 (or 0x274140) is known color: Firefly. HEX triplet: 27, 41 and 40. RGB value is (39,65,64). Sum of RGB (Red+Green+Blue) = 39+65+64=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #274140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274140 is #D8BEBF. Grayscale: #393939. Windows color (decimal): -14204608 or 4210983. OLE color: 4210983.

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

Color convert

RGB 39 65 64 -
CMYK 0.40 0 0.02 0.75
HSL 177.69º 0.25% 0.2% -
HSV(B) 177.69º 0.4% 0.25% -
XYZ 3.65 4.58 5.54 -
YUV 57.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 39 65 64 0.40 0 0.02 0.75 177.69 0.25 0.2
Hex 27 41 40 28 0 2 4B B2 19 14
Octal 47 101 100 50 0 2 113 262 31 24
Binary 100111 1000001 1000000 101000 0 10 1001011 10110010 11001 10100

Color Harmonies of #274140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274140

Black with #274140

Text Example


Text Example

White with #274140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274140; }

 p { color: rgb(39,65,64); }

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

background-color css

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

 a { background-color: rgb(39,65,64); }

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

border-color css

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

 span { border-color: rgb(39,65,64); }

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