Html Css Color HEX #38883A Japanese Laurel

📋 copy color: '#38883A'

red 56 ◦ green 136 ◦ blue 58

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

Shades of Japanese Laurel #38883A

Tints of Japanese Laurel #38883A

RGB

 RED value IS 56 (22.27% from 255) = 22.4%

 GREEN value IS 136 (53.52% from 255) = 54.4%

 BLUE value IS 58 (23.05% from 255) = 23.2%

R = 22.4%
G = 54.4%
B = 23.2%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#38883A (or 0x38883A) is known color: Japanese Laurel. HEX triplet: 38, 88 and 3A. RGB value is (56,136,58). Sum of RGB (Red+Green+Blue) = 56+136+58=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #38883A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38883A is #C777C5. Grayscale: #676767. Windows color (decimal): -13072326 or 3835960. OLE color: 3835960.

HSL color Cylindrical-coordinate representation of color #38883A: hue angle of 121.5º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38883A is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 136 58 -
CMYK 0.59 0 0.57 0.47
HSL 121.5º 0.42% 0.38% -
HSV(B) 121.5º 0.59% 0.53% -
XYZ 11.2 18.75 7.03 -
YUV 103.19 102.5 94.34 -
System Red Green Blue C M Y K H S L
Decimal 56 136 58 0.59 0 0.57 0.47 121.5 0.42 0.38
Hex 38 88 3A 3B 0 39 2F 7A 2A 26
Octal 70 210 72 73 0 71 57 172 52 46
Binary 111000 10001000 111010 111011 0 111001 101111 1111010 101010 100110

Color Harmonies of #38883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38883A

Black with #38883A

Text Example


Text Example

White with #38883A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38883A; }

 p { color: rgb(56,136,58); }

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

background-color css

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

 a { background-color: rgb(56,136,58); }

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

border-color css

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

 span { border-color: rgb(56,136,58); }

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