Html Css Color HEX #338B33 Japanese Laurel

📋 copy color: '#338B33'

red 51 ◦ green 139 ◦ blue 51

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

Shades of Japanese Laurel #338B33

Tints of Japanese Laurel #338B33

RGB

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

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

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

R = 21.16%
G = 57.68%
B = 21.16%

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

#338B33 (or 0x338B33) is known color: Japanese Laurel. HEX triplet: 33, 8B and 33. RGB value is (51,139,51). Sum of RGB (Red+Green+Blue) = 51+139+51=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 139 (54.69% from 255 or 57.68% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 139 - color contains mainly: green. Hex color #338B33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338B33 is #CC74CC. Grayscale: #666666. Windows color (decimal): -13399245 or 3377971. OLE color: 3377971.

HSL color Cylindrical-coordinate representation of color #338B33: hue angle of 120º 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 #338B33 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 139 51 -
CMYK 0.63 0 0.63 0.45
HSL 120º 0.46% 0.37% -
HSV(B) 120º 0.63% 0.55% -
XYZ 11.2 19.41 6.29 -
YUV 102.66 98.85 91.16 -
System Red Green Blue C M Y K H S L
Decimal 51 139 51 0.63 0 0.63 0.45 120 0.46 0.37
Hex 33 8B 33 3F 0 3F 2D 78 2E 25
Octal 63 213 63 77 0 77 55 170 56 45
Binary 110011 10001011 110011 111111 0 111111 101101 1111000 101110 100101

Color Harmonies of #338B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338B33

Black with #338B33

Text Example


Text Example

White with #338B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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