Html Css Color HEX #338B34 Japanese Laurel

📋 copy color: '#338B34'

red 51 ◦ green 139 ◦ blue 52

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

Shades of Japanese Laurel #338B34

Tints of Japanese Laurel #338B34

RGB

 RED value IS 51 (20.31% from 255) = 21.07%

 GREEN value IS 139 (54.69% from 255) = 57.44%

 BLUE value IS 52 (20.7% from 255) = 21.49%

R = 21.07%
G = 57.44%
B = 21.49%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#338B34 (or 0x338B34) is known color: Japanese Laurel. HEX triplet: 33, 8B and 34. RGB value is (51,139,52). Sum of RGB (Red+Green+Blue) = 51+139+52=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 139 (54.69% from 255 or 57.44% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 139 - color contains mainly: green. Hex color #338B34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338B34 is #CC74CB. Grayscale: #676767. Windows color (decimal): -13399244 or 3443507. OLE color: 3443507.

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

Color convert

RGB 51 139 52 -
CMYK 0.63 0 0.63 0.45
HSL 120.68º 0.46% 0.37% -
HSV(B) 120.68º 0.63% 0.55% -
XYZ 11.22 19.42 6.41 -
YUV 102.77 99.35 91.07 -
System Red Green Blue C M Y K H S L
Decimal 51 139 52 0.63 0 0.63 0.45 120.68 0.46 0.37
Hex 33 8B 34 3F 0 3F 2D 79 2E 25
Octal 63 213 64 77 0 77 55 171 56 45
Binary 110011 10001011 110100 111111 0 111111 101101 1111001 101110 100101

Color Harmonies of #338B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338B34

Black with #338B34

Text Example


Text Example

White with #338B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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