Html Css Color HEX #348A33 Japanese Laurel

📋 copy color: '#348A33'

red 52 ◦ green 138 ◦ blue 51

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

Shades of Japanese Laurel #348A33

Tints of Japanese Laurel #348A33

RGB

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

 GREEN value IS 138 (54.3% from 255) = 57.26%

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

R = 21.58%
G = 57.26%
B = 21.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#348A33 (or 0x348A33) is known color: Japanese Laurel. HEX triplet: 34, 8A and 33. RGB value is (52,138,51). Sum of RGB (Red+Green+Blue) = 52+138+51=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 138 (54.30% from 255 or 57.26% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 138 - color contains mainly: green. Hex color #348A33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348A33 is #CB75CC. Grayscale: #666666. Windows color (decimal): -13333965 or 3377716. OLE color: 3377716.

HSL color Cylindrical-coordinate representation of color #348A33: hue angle of 119.31º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348A33 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 138 51 -
CMYK 0.62 0 0.63 0.46
HSL 119.31º 0.46% 0.37% -
HSV(B) 119.31º 0.63% 0.54% -
XYZ 11.1 19.15 6.24 -
YUV 102.37 99.01 92.07 -
System Red Green Blue C M Y K H S L
Decimal 52 138 51 0.62 0 0.63 0.46 119.31 0.46 0.37
Hex 34 8A 33 3E 0 3F 2E 77 2E 25
Octal 64 212 63 76 0 77 56 167 56 45
Binary 110100 10001010 110011 111110 0 111111 101110 1110111 101110 100101

Color Harmonies of #348A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348A33

Black with #348A33

Text Example


Text Example

White with #348A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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