Html Css Color HEX #338A36 Japanese Laurel

📋 copy color: '#338A36'

red 51 ◦ green 138 ◦ blue 54

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

Shades of Japanese Laurel #338A36

Tints of Japanese Laurel #338A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.22%

R = 20.99%
G = 56.79%
B = 22.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#338A36 (or 0x338A36) is known color: Japanese Laurel. HEX triplet: 33, 8A and 36. RGB value is (51,138,54). Sum of RGB (Red+Green+Blue) = 51+138+54=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 138 (54.30% from 255 or 56.79% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 138 - color contains mainly: green. Hex color #338A36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338A36 is #CC75C9. Grayscale: #666666. Windows color (decimal): -13399498 or 3574323. OLE color: 3574323.

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

Color convert

RGB 51 138 54 -
CMYK 0.63 0 0.61 0.46
HSL 122.07º 0.46% 0.37% -
HSV(B) 122.07º 0.63% 0.54% -
XYZ 11.12 19.15 6.6 -
YUV 102.41 100.68 91.33 -
System Red Green Blue C M Y K H S L
Decimal 51 138 54 0.63 0 0.61 0.46 122.07 0.46 0.37
Hex 33 8A 36 3F 0 3D 2E 7A 2E 25
Octal 63 212 66 77 0 75 56 172 56 45
Binary 110011 10001010 110110 111111 0 111101 101110 1111010 101110 100101

Color Harmonies of #338A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338A36

Black with #338A36

Text Example


Text Example

White with #338A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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