Html Css Color HEX #348233 Japanese Laurel

📋 copy color: '#348233'

red 52 ◦ green 130 ◦ blue 51

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

Shades of Japanese Laurel #348233

Tints of Japanese Laurel #348233

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.79%

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

R = 22.32%
G = 55.79%
B = 21.89%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#348233 (or 0x348233) is known color: Japanese Laurel. HEX triplet: 34, 82 and 33. RGB value is (52,130,51). Sum of RGB (Red+Green+Blue) = 52+130+51=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #348233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348233 is #CB7DCC. Grayscale: #616161. Windows color (decimal): -13336013 or 3375668. OLE color: 3375668.

HSL color Cylindrical-coordinate representation of color #348233: hue angle of 119.24º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348233 is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 51 -
CMYK 0.60 0 0.61 0.49
HSL 119.24º 0.44% 0.35% -
HSV(B) 119.24º 0.61% 0.51% -
XYZ 10 16.93 5.87 -
YUV 97.67 101.66 95.42 -
System Red Green Blue C M Y K H S L
Decimal 52 130 51 0.60 0 0.61 0.49 119.24 0.44 0.35
Hex 34 82 33 3C 0 3D 31 77 2C 23
Octal 64 202 63 74 0 75 61 167 54 43
Binary 110100 10000010 110011 111100 0 111101 110001 1110111 101100 100011

Color Harmonies of #348233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348233

Black with #348233

Text Example


Text Example

White with #348233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348233; }

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

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

background-color css

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

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

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

border-color css

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

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

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