Html Css Color HEX #228635 Japanese Laurel

📋 copy color: '#228635'

red 34 ◦ green 134 ◦ blue 53

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

Shades of Japanese Laurel #228635

Tints of Japanese Laurel #228635

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.63%

 BLUE value IS 53 (21.09% from 255) = 23.98%

R = 15.38%
G = 60.63%
B = 23.98%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#228635 (or 0x228635) is known color: Japanese Laurel. HEX triplet: 22, 86 and 35. RGB value is (34,134,53). Sum of RGB (Red+Green+Blue) = 34+134+53=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 134 (52.73% from 255 or 60.63% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 134 - color contains mainly: green. Hex color #228635 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228635 is #DD79CA. Grayscale: #5F5F5F. Windows color (decimal): -14514635 or 3507746. OLE color: 3507746.

HSL color Cylindrical-coordinate representation of color #228635: hue angle of 131.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228635 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 134 53 -
CMYK 0.75 0 0.60 0.47
HSL 131.4º 0.6% 0.33% -
HSV(B) 131.4º 0.75% 0.53% -
XYZ 9.83 17.65 6.26 -
YUV 94.87 104.37 84.59 -
System Red Green Blue C M Y K H S L
Decimal 34 134 53 0.75 0 0.60 0.47 131.4 0.6 0.33
Hex 22 86 35 4B 0 3C 2F 83 3C 21
Octal 42 206 65 113 0 74 57 203 74 41
Binary 100010 10000110 110101 1001011 0 111100 101111 10000011 111100 100001

Color Harmonies of #228635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228635

Black with #228635

Text Example


Text Example

White with #228635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228635; }

 p { color: rgb(34,134,53); }

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

background-color css

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

 a { background-color: rgb(34,134,53); }

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

border-color css

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

 span { border-color: rgb(34,134,53); }

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