Html Css Color HEX #224B3A Burnham

📋 copy color: '#224B3A'

red 34 ◦ green 75 ◦ blue 58

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

Shades of Burnham #224B3A

Tints of Burnham #224B3A

RGB

 RED value IS 34 (13.67% from 255) = 20.36%

 GREEN value IS 75 (29.69% from 255) = 44.91%

 BLUE value IS 58 (23.05% from 255) = 34.73%

R = 20.36%
G = 44.91%
B = 34.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#224B3A (or 0x224B3A) is known color: Burnham. HEX triplet: 22, 4B and 3A. RGB value is (34,75,58). Sum of RGB (Red+Green+Blue) = 34+75+58=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #224B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B3A is #DDB4C5. Grayscale: #3C3C3C. Windows color (decimal): -14529734 or 3820322. OLE color: 3820322.

HSL color Cylindrical-coordinate representation of color #224B3A: hue angle of 155.12º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224B3A is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 34 75 58 -
CMYK 0.55 0 0.23 0.71
HSL 155.12º 0.38% 0.21% -
HSV(B) 155.12º 0.55% 0.29% -
XYZ 3.94 5.68 4.89 -
YUV 60.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 34 75 58 0.55 0 0.23 0.71 155.12 0.38 0.21
Hex 22 4B 3A 37 0 17 47 9B 26 15
Octal 42 113 72 67 0 27 107 233 46 25
Binary 100010 1001011 111010 110111 0 10111 1000111 10011011 100110 10101

Color Harmonies of #224B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224B3A

Black with #224B3A

Text Example


Text Example

White with #224B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224B3A; }

 p { color: rgb(34,75,58); }

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

background-color css

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

 a { background-color: rgb(34,75,58); }

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

border-color css

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

 span { border-color: rgb(34,75,58); }

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