Html Css Color HEX #348833 Japanese Laurel

📋 copy color: '#348833'

red 52 ◦ green 136 ◦ blue 51

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

Shades of Japanese Laurel #348833

Tints of Japanese Laurel #348833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.34%

R = 21.76%
G = 56.9%
B = 21.34%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#348833 (or 0x348833) is known color: Japanese Laurel. HEX triplet: 34, 88 and 33. RGB value is (52,136,51). Sum of RGB (Red+Green+Blue) = 52+136+51=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #348833 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348833 is #CB77CC. Grayscale: #656565. Windows color (decimal): -13334477 or 3377204. OLE color: 3377204.

HSL color Cylindrical-coordinate representation of color #348833: hue angle of 119.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 #348833 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 136 51 -
CMYK 0.62 0 0.62 0.47
HSL 119.29º 0.45% 0.37% -
HSV(B) 119.29º 0.63% 0.53% -
XYZ 10.82 18.58 6.15 -
YUV 101.19 99.67 92.91 -
System Red Green Blue C M Y K H S L
Decimal 52 136 51 0.62 0 0.62 0.47 119.29 0.45 0.37
Hex 34 88 33 3E 0 3E 2F 77 2D 25
Octal 64 210 63 76 0 76 57 167 55 45
Binary 110100 10001000 110011 111110 0 111110 101111 1110111 101101 100101

Color Harmonies of #348833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348833

Black with #348833

Text Example


Text Example

White with #348833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348833; }

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

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

background-color css

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

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

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

border-color css

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

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

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