Html Css Color HEX #34883A Japanese Laurel

📋 copy color: '#34883A'

red 52 ◦ green 136 ◦ blue 58

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

Shades of Japanese Laurel #34883A

Tints of Japanese Laurel #34883A

RGB

 RED value IS 52 (20.7% from 255) = 21.14%

 GREEN value IS 136 (53.52% from 255) = 55.28%

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

R = 21.14%
G = 55.28%
B = 23.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#34883A (or 0x34883A) is known color: Japanese Laurel. HEX triplet: 34, 88 and 3A. RGB value is (52,136,58). Sum of RGB (Red+Green+Blue) = 52+136+58=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #34883A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34883A is #CB77C5. Grayscale: #666666. Windows color (decimal): -13334470 or 3835956. OLE color: 3835956.

HSL color Cylindrical-coordinate representation of color #34883A: hue angle of 124.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34883A is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 136 58 -
CMYK 0.62 0 0.57 0.47
HSL 124.29º 0.45% 0.37% -
HSV(B) 124.29º 0.62% 0.53% -
XYZ 10.98 18.64 7.02 -
YUV 101.99 103.17 92.34 -
System Red Green Blue C M Y K H S L
Decimal 52 136 58 0.62 0 0.57 0.47 124.29 0.45 0.37
Hex 34 88 3A 3E 0 39 2F 7C 2D 25
Octal 64 210 72 76 0 71 57 174 55 45
Binary 110100 10001000 111010 111110 0 111001 101111 1111100 101101 100101

Color Harmonies of #34883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34883A

Black with #34883A

Text Example


Text Example

White with #34883A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34883A; }

 p { color: rgb(52,136,58); }

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

background-color css

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

 a { background-color: rgb(52,136,58); }

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

border-color css

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

 span { border-color: rgb(52,136,58); }

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