Html Css Color HEX #738265 Camouflage Green

📋 copy color: '#738265'

red 115 ◦ green 130 ◦ blue 101

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

Shades of Camouflage Green #738265

Tints of Camouflage Green #738265

RGB

 RED value IS 115 (45.31% from 255) = 33.24%

 GREEN value IS 130 (51.17% from 255) = 37.57%

 BLUE value IS 101 (39.84% from 255) = 29.19%

R = 33.24%
G = 37.57%
B = 29.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#738265 (or 0x738265) is known color: Camouflage Green. HEX triplet: 73, 82 and 65. RGB value is (115,130,101). Sum of RGB (Red+Green+Blue) = 115+130+101=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #738265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738265 is #8C7D9A. Grayscale: #7A7A7A. Windows color (decimal): -9207195 or 6652531. OLE color: 6652531.

HSL color Cylindrical-coordinate representation of color #738265: hue angle of 91.03º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #738265 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 130 101 -
CMYK 0.12 0 0.22 0.49
HSL 91.03º 0.13% 0.45% -
HSV(B) 91.03º 0.22% 0.51% -
XYZ 17.4 20.55 15.36 -
YUV 122.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 115 130 101 0.12 0 0.22 0.49 91.03 0.13 0.45
Hex 73 82 65 C 0 16 31 5B D 2D
Octal 163 202 145 14 0 26 61 133 15 55
Binary 1110011 10000010 1100101 1100 0 10110 110001 1011011 1101 101101

Color Harmonies of #738265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738265

Black with #738265

Text Example


Text Example

White with #738265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738265; }

 p { color: rgb(115,130,101); }

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

background-color css

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

 a { background-color: rgb(115,130,101); }

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

border-color css

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

 span { border-color: rgb(115,130,101); }

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