Html Css Color HEX #274338 Burnham

📋 copy color: '#274338'

red 39 ◦ green 67 ◦ blue 56

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

Shades of Burnham #274338

Tints of Burnham #274338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.36%

 BLUE value IS 56 (22.27% from 255) = 34.57%

R = 24.07%
G = 41.36%
B = 34.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.74

RGB Variations

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

Color information

#274338 (or 0x274338) is known color: Burnham. HEX triplet: 27, 43 and 38. RGB value is (39,67,56). Sum of RGB (Red+Green+Blue) = 39+67+56=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 67 - color contains mainly: green. Hex color #274338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274338 is #D8BCC7. Grayscale: #393939. Windows color (decimal): -14204104 or 3687207. OLE color: 3687207.

HSL color Cylindrical-coordinate representation of color #274338: hue angle of 156.43º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #274338 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB 39 67 56 -
CMYK 0.42 0 0.16 0.74
HSL 156.43º 0.26% 0.21% -
HSV(B) 156.43º 0.42% 0.26% -
XYZ 3.56 4.73 4.47 -
YUV 57.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 39 67 56 0.42 0 0.16 0.74 156.43 0.26 0.21
Hex 27 43 38 2A 0 10 4A 9C 1A 15
Octal 47 103 70 52 0 20 112 234 32 25
Binary 100111 1000011 111000 101010 0 10000 1001010 10011100 11010 10101

Color Harmonies of #274338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274338

Black with #274338

Text Example


Text Example

White with #274338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274338; }

 p { color: rgb(39,67,56); }

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

background-color css

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

 a { background-color: rgb(39,67,56); }

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

border-color css

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

 span { border-color: rgb(39,67,56); }

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